mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
a0c83b8e99
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3860 GitOrigin-RevId: 02d1963946d69fdf6886aa61806eb71db60f8931
10 lines
167 B
YAML
10 lines
167 B
YAML
description: Reload schema cache (metadata)
|
|
url: /v1/metadata
|
|
status: 200
|
|
query:
|
|
type: reload_metadata
|
|
args: {}
|
|
response:
|
|
is_consistent: true
|
|
message: success
|