mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
3fad5f6678
GitOrigin-RevId: 56066b145576c1f536c420be3e537e8313e61099
13 lines
306 B
YAML
13 lines
306 B
YAML
description: Successful call of an endpoint with uuid arg
|
|
url: /api/rest/with_uuid/81F1BFEA-C169-44B5-B4C8-37E9A071ABD8
|
|
method: GET
|
|
status: 200
|
|
query:
|
|
response:
|
|
test_table:
|
|
- first_name: Foo
|
|
last_name: Bar
|
|
- first_name: Baz
|
|
last_name: Qux
|
|
- first_name: X%20Y
|
|
last_name: Test |