mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 05:21:47 +03:00
13 lines
236 B
YAML
13 lines
236 B
YAML
|
- description: Test DC Add Agent
|
||
|
url: /v1/metadata
|
||
|
headers:
|
||
|
X-Hasura-Role: admin
|
||
|
status: 200
|
||
|
response:
|
||
|
message: success
|
||
|
query:
|
||
|
type: dc_add_agent
|
||
|
args:
|
||
|
name: test_agent
|
||
|
url: "http://www.google.com"
|