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