1
0
Fork 0
mirror of synced 2024-07-02 05:00:33 +12:00

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
commit d0905aabba
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

View file

@ -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",

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",

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')

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.

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}