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

Hide get method from SDKs

This commit is contained in:
Jake Barnby 2022-12-21 20:45:34 +13:00
parent 2ee9f2607f
commit 524a6db72d
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -23,6 +23,7 @@ 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.hide', true)
->label('sdk.description', '/docs/references/graphql/get.md')
->label('sdk.response.code', Response::STATUS_CODE_OK)
->label('sdk.response.type', Response::CONTENT_TYPE_JSON)