mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
0767333597
Restified GraphQL Endpoints feature. GitOrigin-RevId: 3d6e589426ec21a60a915b47f579f0ac4934af45
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
|