mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 13:02:11 +03:00
10 lines
217 B
YAML
10 lines
217 B
YAML
|
- description: call the new custom endpoint with the wrong method
|
||
|
url: /api/rest/simple
|
||
|
method: DELETE
|
||
|
status: 405
|
||
|
query:
|
||
|
response:
|
||
|
path: $
|
||
|
error: 'Allowed methods: GET'
|
||
|
code: method-not-allowed
|