mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Merge branch '0.13.x' of https://github.com/appwrite/appwrite into 0.13.x
This commit is contained in:
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}
|
||||
|
||||
Reference in New Issue
Block a user