@@ -1001,19 +1001,20 @@ const docTemplate = `{
|
||||
"Bearer": []
|
||||
}
|
||||
],
|
||||
"description": "Returns the service dependency graph as raw YAML text",
|
||||
"description": "Returns the service dependency graph as JSON",
|
||||
"produces": [
|
||||
"text/plain"
|
||||
"application/json"
|
||||
],
|
||||
"tags": [
|
||||
"graph"
|
||||
],
|
||||
"summary": "Get dependency graph YAML",
|
||||
"summary": "Get dependency graph",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "YAML content",
|
||||
"description": "Dependency graph",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -990,19 +990,20 @@
|
||||
"Bearer": []
|
||||
}
|
||||
],
|
||||
"description": "Returns the service dependency graph as raw YAML text",
|
||||
"description": "Returns the service dependency graph as JSON",
|
||||
"produces": [
|
||||
"text/plain"
|
||||
"application/json"
|
||||
],
|
||||
"tags": [
|
||||
"graph"
|
||||
],
|
||||
"summary": "Get dependency graph YAML",
|
||||
"summary": "Get dependency graph",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "YAML content",
|
||||
"description": "Dependency graph",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
"type": "object",
|
||||
"additionalProperties": true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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