mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 00:18:25 +00:00
Rename to getResourceAvailability
This commit is contained in:
parent
0dc43432e2
commit
a322b022eb
2 changed files with 2 additions and 2 deletions
|
|
@ -139,8 +139,8 @@ App::get('v1/console/resources/:resourceId')
|
|||
->label('scope', 'rules.read')
|
||||
->label('sdk', new Method(
|
||||
namespace: 'console',
|
||||
name: 'resourceAvailability',
|
||||
description: '/docs/references/console/resourceAvailability.md',
|
||||
name: 'getResourceAvailability',
|
||||
description: '/docs/references/console/getResourceAvailability.md',
|
||||
auth: [AuthType::ADMIN],
|
||||
responses: [
|
||||
new SDKResponse(
|
||||
|
|
|
|||
Loading…
Reference in a new issue