@@ -1181,17 +1181,18 @@ paths:
|
||||
- auth
|
||||
/graph:
|
||||
get:
|
||||
description: Returns the service dependency graph as raw YAML text
|
||||
description: Returns the service dependency graph as JSON
|
||||
produces:
|
||||
- text/plain
|
||||
- application/json
|
||||
responses:
|
||||
"200":
|
||||
description: YAML content
|
||||
description: Dependency graph
|
||||
schema:
|
||||
type: string
|
||||
additionalProperties: true
|
||||
type: object
|
||||
security:
|
||||
- Bearer: []
|
||||
summary: Get dependency graph YAML
|
||||
summary: Get dependency graph
|
||||
tags:
|
||||
- graph
|
||||
put:
|
||||
|
||||
Reference in New Issue
Block a user