Migrate PlantUML
This commit is contained in:
@@ -60,35 +60,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/compute/plantuml": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"compute"
|
||||
],
|
||||
"description": "parse plantuml text and return the formed compute resources\n\u003cbr\u003e",
|
||||
"operationId": "ComputeController.PostPlantUML",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "body",
|
||||
"name": "body",
|
||||
"description": "PlantUML text content",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "{compute} models.compute"
|
||||
},
|
||||
"406": {
|
||||
"description": "{string} string \"Bad request\""
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/compute/search/{search}": {
|
||||
"get": {
|
||||
"tags": [
|
||||
@@ -237,35 +208,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/data/plantuml": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"data"
|
||||
],
|
||||
"description": "parse plantuml text and return the formed data resources\n\u003cbr\u003e",
|
||||
"operationId": "DataController.PostPlantUML",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "body",
|
||||
"name": "body",
|
||||
"description": "PlantUML text content",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "{data} models.data"
|
||||
},
|
||||
"406": {
|
||||
"description": "{string} string \"Bad request\""
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/data/search/{search}": {
|
||||
"get": {
|
||||
"tags": [
|
||||
@@ -560,38 +502,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/generic/plantuml": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"generic"
|
||||
],
|
||||
"description": "parse plantuml text and return the formed workflow object\n\u003cbr\u003e",
|
||||
"operationId": "GeneralController.PostPlantUML",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "body",
|
||||
"name": "body",
|
||||
"description": "PlantUML text content",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "",
|
||||
"schema": {
|
||||
"$ref": "#/definitions/models.workflow"
|
||||
}
|
||||
},
|
||||
"406": {
|
||||
"description": "{string} string \"Bad request\""
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/processing/": {
|
||||
"get": {
|
||||
"tags": [
|
||||
@@ -637,35 +547,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/processing/plantuml": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"processing"
|
||||
],
|
||||
"description": "parse plantuml text and return the formed processing resources\n\u003cbr\u003e",
|
||||
"operationId": "ProcessingController.PostPlantUML",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "body",
|
||||
"name": "body",
|
||||
"description": "PlantUML text content",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "{processing} models.processing"
|
||||
},
|
||||
"406": {
|
||||
"description": "{string} string \"Bad request\""
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/processing/search/{search}": {
|
||||
"get": {
|
||||
"tags": [
|
||||
@@ -888,35 +769,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/resource/plantuml": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"resource"
|
||||
],
|
||||
"description": "parse plantuml text and return all formed resource objects\n\u003cbr\u003e",
|
||||
"operationId": "ResourceController.PostPlantUML",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "body",
|
||||
"name": "body",
|
||||
"description": "PlantUML text content",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "{resource} models.resource"
|
||||
},
|
||||
"406": {
|
||||
"description": "{string} string \"Bad request\""
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/resource/search/{search}": {
|
||||
"get": {
|
||||
"tags": [
|
||||
@@ -1014,35 +866,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/storage/plantuml": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"storage"
|
||||
],
|
||||
"description": "parse plantuml text and return the formed storage resources\n\u003cbr\u003e",
|
||||
"operationId": "StorageController.PostPlantUML",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "body",
|
||||
"name": "body",
|
||||
"description": "PlantUML text content",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "{storage} models.storage"
|
||||
},
|
||||
"406": {
|
||||
"description": "{string} string \"Bad request\""
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/storage/search/{search}": {
|
||||
"get": {
|
||||
"tags": [
|
||||
@@ -1219,35 +1042,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"/workflow/plantuml": {
|
||||
"post": {
|
||||
"tags": [
|
||||
"workflow"
|
||||
],
|
||||
"description": "parse plantuml text and return the formed workflow object\n\u003cbr\u003e",
|
||||
"operationId": "WorkflowController.PostPlantUML",
|
||||
"parameters": [
|
||||
{
|
||||
"in": "body",
|
||||
"name": "body",
|
||||
"description": "PlantUML text content",
|
||||
"required": true,
|
||||
"schema": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "string"
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "{workflow} models.workflow"
|
||||
},
|
||||
"406": {
|
||||
"description": "{string} string \"Bad request\""
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"/workflow/search/{search}": {
|
||||
"get": {
|
||||
"tags": [
|
||||
|
||||
@@ -100,27 +100,6 @@ paths:
|
||||
responses:
|
||||
"200":
|
||||
description: '{compute} delete success!'
|
||||
/compute/plantuml:
|
||||
post:
|
||||
tags:
|
||||
- compute
|
||||
description: |-
|
||||
parse plantuml text and return the formed compute resources
|
||||
<br>
|
||||
operationId: ComputeController.PostPlantUML
|
||||
parameters:
|
||||
- in: body
|
||||
name: body
|
||||
description: PlantUML text content
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: '{compute} models.compute'
|
||||
"406":
|
||||
description: '{string} string "Bad request"'
|
||||
/compute/search/{search}:
|
||||
get:
|
||||
tags:
|
||||
@@ -230,27 +209,6 @@ paths:
|
||||
responses:
|
||||
"200":
|
||||
description: '{data} delete success!'
|
||||
/data/plantuml:
|
||||
post:
|
||||
tags:
|
||||
- data
|
||||
description: |-
|
||||
parse plantuml text and return the formed data resources
|
||||
<br>
|
||||
operationId: DataController.PostPlantUML
|
||||
parameters:
|
||||
- in: body
|
||||
name: body
|
||||
description: PlantUML text content
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: '{data} models.data'
|
||||
"406":
|
||||
description: '{string} string "Bad request"'
|
||||
/data/search/{search}:
|
||||
get:
|
||||
tags:
|
||||
@@ -420,29 +378,6 @@ paths:
|
||||
description: '{compute} models.workflow'
|
||||
"406":
|
||||
description: '{string} string "Bad request"'
|
||||
/generic/plantuml:
|
||||
post:
|
||||
tags:
|
||||
- generic
|
||||
description: |-
|
||||
parse plantuml text and return the formed workflow object
|
||||
<br>
|
||||
operationId: GeneralController.PostPlantUML
|
||||
parameters:
|
||||
- in: body
|
||||
name: body
|
||||
description: PlantUML text content
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: ""
|
||||
schema:
|
||||
$ref: '#/definitions/models.workflow'
|
||||
"406":
|
||||
description: '{string} string "Bad request"'
|
||||
/processing/:
|
||||
get:
|
||||
tags:
|
||||
@@ -531,27 +466,6 @@ paths:
|
||||
responses:
|
||||
"200":
|
||||
description: '{processing} delete success!'
|
||||
/processing/plantuml:
|
||||
post:
|
||||
tags:
|
||||
- processing
|
||||
description: |-
|
||||
parse plantuml text and return the formed processing resources
|
||||
<br>
|
||||
operationId: ProcessingController.PostPlantUML
|
||||
parameters:
|
||||
- in: body
|
||||
name: body
|
||||
description: PlantUML text content
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: '{processing} models.processing'
|
||||
"406":
|
||||
description: '{string} string "Bad request"'
|
||||
/processing/search/{search}:
|
||||
get:
|
||||
tags:
|
||||
@@ -677,27 +591,6 @@ paths:
|
||||
responses:
|
||||
"200":
|
||||
description: '{resource} models.resource'
|
||||
/resource/plantuml:
|
||||
post:
|
||||
tags:
|
||||
- resource
|
||||
description: |-
|
||||
parse plantuml text and return all formed resource objects
|
||||
<br>
|
||||
operationId: ResourceController.PostPlantUML
|
||||
parameters:
|
||||
- in: body
|
||||
name: body
|
||||
description: PlantUML text content
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: '{resource} models.resource'
|
||||
"406":
|
||||
description: '{string} string "Bad request"'
|
||||
/resource/search/{search}:
|
||||
get:
|
||||
tags:
|
||||
@@ -807,27 +700,6 @@ paths:
|
||||
responses:
|
||||
"200":
|
||||
description: '{storage} delete success!'
|
||||
/storage/plantuml:
|
||||
post:
|
||||
tags:
|
||||
- storage
|
||||
description: |-
|
||||
parse plantuml text and return the formed storage resources
|
||||
<br>
|
||||
operationId: StorageController.PostPlantUML
|
||||
parameters:
|
||||
- in: body
|
||||
name: body
|
||||
description: PlantUML text content
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: '{storage} models.storage'
|
||||
"406":
|
||||
description: '{string} string "Bad request"'
|
||||
/storage/search/{search}:
|
||||
get:
|
||||
tags:
|
||||
@@ -959,27 +831,6 @@ paths:
|
||||
responses:
|
||||
"200":
|
||||
description: '{workflow} delete success!'
|
||||
/workflow/plantuml:
|
||||
post:
|
||||
tags:
|
||||
- workflow
|
||||
description: |-
|
||||
parse plantuml text and return the formed workflow object
|
||||
<br>
|
||||
operationId: WorkflowController.PostPlantUML
|
||||
parameters:
|
||||
- in: body
|
||||
name: body
|
||||
description: PlantUML text content
|
||||
required: true
|
||||
schema:
|
||||
type: string
|
||||
type: string
|
||||
responses:
|
||||
"200":
|
||||
description: '{workflow} models.workflow'
|
||||
"406":
|
||||
description: '{string} string "Bad request"'
|
||||
/workflow/search/{search}:
|
||||
get:
|
||||
tags:
|
||||
|
||||
Reference in New Issue
Block a user