mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 21:12:09 +03:00
10 lines
193 B
YAML
10 lines
193 B
YAML
|
description: Call of an endpoint with a url template with the arg missing
|
||
|
url: /api/rest/void
|
||
|
method: GET
|
||
|
status: 404
|
||
|
query:
|
||
|
response:
|
||
|
path: $
|
||
|
error: 'Endpoint not found'
|
||
|
code: not-found
|