Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 1 addition & 25 deletions certified-connectors/Docurain/apiDefinition.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@
"415": {
"$ref": "#/responses/Error"
},
"422": {
"$ref": "#/responses/Error"
},
"429": {
"$ref": "#/responses/Error"
},
Expand All @@ -82,9 +79,6 @@
},
"503": {
"$ref": "#/responses/Error"
},
"599": {
"$ref": "#/responses/Error"
}
},
"summary": "Render a form",
Expand Down Expand Up @@ -182,9 +176,6 @@
"415": {
"$ref": "#/responses/Error"
},
"422": {
"$ref": "#/responses/Error"
},
"429": {
"$ref": "#/responses/Error"
},
Expand All @@ -196,9 +187,6 @@
},
"503": {
"$ref": "#/responses/Error"
},
"599": {
"$ref": "#/responses/Error"
}
},
"summary": "Render a form asynchronously",
Expand Down Expand Up @@ -290,9 +278,6 @@
"415": {
"$ref": "#/responses/Error"
},
"422": {
"$ref": "#/responses/Error"
},
"429": {
"$ref": "#/responses/Error"
},
Expand All @@ -304,9 +289,6 @@
},
"503": {
"$ref": "#/responses/Error"
},
"599": {
"$ref": "#/responses/Error"
}
},
"summary": "Get the processing status",
Expand Down Expand Up @@ -372,9 +354,6 @@
"415": {
"$ref": "#/responses/Error"
},
"422": {
"$ref": "#/responses/Error"
},
"429": {
"$ref": "#/responses/Error"
},
Expand All @@ -386,9 +365,6 @@
},
"503": {
"$ref": "#/responses/Error"
},
"599": {
"$ref": "#/responses/Error"
}
},
"summary": "Get the processing result",
Expand Down Expand Up @@ -428,7 +404,7 @@
"description": "Error",
"schema": {
"title": "body",
"type": "string",
"type": "object",
"format": "",
"description": "Reply to the JSON containing the error details."
},
Expand Down