1
0
Fork 0
mirror of synced 2024-06-28 19:20:25 +12:00

Remove get method from SDKs

This commit is contained in:
Jake Barnby 2022-12-19 19:07:04 +13:00
parent bcceee9a7d
commit 11ef344216
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -23,7 +23,6 @@ App::get('/v1/graphql')
->label('scope', 'graphql')
->label('sdk.auth', [APP_AUTH_TYPE_KEY, APP_AUTH_TYPE_SESSION, APP_AUTH_TYPE_JWT])
->label('sdk.namespace', 'graphql')
->label('sdk.method', 'get')
->label('sdk.description', '/docs/references/graphql/get.md')
->label('sdk.response.code', Response::STATUS_CODE_OK)
->label('sdk.response.type', Response::CONTENT_TYPE_JSON)