Merge branch '0.13.x' of https://github.com/appwrite/appwrite into 0.13.x

This commit is contained in:
Torsten Dittmann
2022-03-02 13:30:45 +01:00
15 changed files with 15 additions and 15 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -3728,7 +3728,7 @@
"consumes": ["application/json"],
"produces": ["application/json"],
"tags": ["functions"],
"description": "Get a list of all runtimes that are currently active in your project.",
"description": "Get a list of all runtimes that are currently active on your instance.",
"responses": {
"200": {
"description": "Runtimes List",
+1 -1
View File
@@ -3128,7 +3128,7 @@
"consumes": ["application/json"],
"produces": ["application/json"],
"tags": ["functions"],
"description": "Get a list of all runtimes that are currently active in your project.",
"description": "Get a list of all runtimes that are currently active on your instance.",
"responses": {
"200": {
"description": "Runtimes List",
+1 -1
View File
@@ -124,7 +124,7 @@ App::get('/v1/functions')
App::get('/v1/functions/runtimes')
->groups(['api', 'functions'])
->desc('List the currently active function runtimes.')
->desc('List runtimes')
->label('scope', 'functions.read')
->label('sdk.auth', [APP_AUTH_TYPE_KEY])
->label('sdk.namespace', 'functions')
+1 -1
View File
@@ -1 +1 @@
Get a list of all runtimes that are currently active in your project.
Get a list of all runtimes that are currently active on your instance.
+1 -1
View File
@@ -2265,7 +2265,7 @@
/**
* List the currently active function runtimes.
*
* Get a list of all runtimes that are currently active in your project.
* Get a list of all runtimes that are currently active on your instance.
*
* @throws {AppwriteException}
* @returns {Promise}