mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Merge pull request #2878 from appwrite/fix-runtimes-docs
Improved runtimes docs
This commit is contained in:
commit
7cce889973
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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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 @@
|
|||
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.
|
||||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue