mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 05:21:47 +03:00
3ba5d1e540
GitOrigin-RevId: 1a0d8fa2b465320e9ab4ea43259d0e8d92364473
33 lines
786 B
YAML
33 lines
786 B
YAML
description: Try to add an endpoint with duplicate params
|
|
url: /v1/query
|
|
status: 400
|
|
response:
|
|
internal:
|
|
- definition:
|
|
definition:
|
|
query:
|
|
collection_name: test_collection
|
|
query_name: simple_query
|
|
url: foo/:id/bar/:id
|
|
methods:
|
|
- GET
|
|
name: duplicate
|
|
comment:
|
|
reason: "Duplicate variables found in endpoint path: foo/:id/bar/:id"
|
|
name: endpoint duplicate
|
|
type: endpoint
|
|
path: $.args
|
|
error: cannot continue due to new inconsistent metadata
|
|
code: unexpected
|
|
query:
|
|
type: create_rest_endpoint
|
|
args:
|
|
url: "foo/:id/bar/:id"
|
|
name: duplicate
|
|
methods:
|
|
- GET
|
|
definition:
|
|
query:
|
|
collection_name: test_collection
|
|
query_name: simple_query
|