Merged in feature/simplifystatus (pull request #86)
Simplify Statuses * simple
This commit is contained in:
@@ -69,8 +69,6 @@ paths:
|
||||
$ref: "#/components/schemas/JobClient"
|
||||
"400":
|
||||
description: Invalid request parameters.
|
||||
"404":
|
||||
description: Client not found.
|
||||
patch:
|
||||
operationId: updateClient
|
||||
tags:
|
||||
@@ -88,8 +86,6 @@ paths:
|
||||
description: Client updated successfully.
|
||||
"400":
|
||||
description: Invalid request body.
|
||||
"404":
|
||||
description: Client not found
|
||||
|
||||
/query:
|
||||
get:
|
||||
@@ -107,8 +103,6 @@ paths:
|
||||
$ref: "#/components/schemas/ListQueries"
|
||||
"400":
|
||||
description: Invalid request parameters.
|
||||
"404":
|
||||
description: Query not found.
|
||||
post:
|
||||
operationId: createQuery
|
||||
tags:
|
||||
@@ -155,8 +149,6 @@ paths:
|
||||
$ref: "#/components/schemas/Query"
|
||||
"400":
|
||||
description: Invalid request parameters.
|
||||
"404":
|
||||
description: Query not found.
|
||||
patch:
|
||||
operationId: updateQuery
|
||||
tags:
|
||||
@@ -174,8 +166,6 @@ paths:
|
||||
description: Query updated successfully.
|
||||
"400":
|
||||
description: Invalid request body.
|
||||
"404":
|
||||
description: Query not found.
|
||||
|
||||
/query/{id}/test:
|
||||
parameters:
|
||||
@@ -255,8 +245,6 @@ paths:
|
||||
$ref: "#/components/schemas/Job"
|
||||
"400":
|
||||
description: Invalid request parameters.
|
||||
"404":
|
||||
description: Job not found.
|
||||
patch:
|
||||
operationId: updateJob
|
||||
tags:
|
||||
@@ -274,8 +262,6 @@ paths:
|
||||
description: Job updated successfully.
|
||||
"400":
|
||||
description: Invalid request body.
|
||||
"404":
|
||||
description: Job not found.
|
||||
|
||||
/job/{id}/status:
|
||||
parameters:
|
||||
@@ -301,8 +287,6 @@ paths:
|
||||
$ref: "#/components/schemas/JobStatusBody"
|
||||
"400":
|
||||
description: Invalid request parameters.
|
||||
"404":
|
||||
description: Job not found.
|
||||
|
||||
/job/{id}/collector:
|
||||
parameters:
|
||||
@@ -326,8 +310,8 @@ paths:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/JobCollector"
|
||||
"404":
|
||||
description: Job collector not found.
|
||||
"400":
|
||||
description: Invalid body.
|
||||
patch:
|
||||
operationId: updateJobCollectorByJobId
|
||||
tags:
|
||||
@@ -345,8 +329,6 @@ paths:
|
||||
description: Job collector updated successfully.
|
||||
"400":
|
||||
description: Invalid request body.
|
||||
"404":
|
||||
description: Job collector not found.
|
||||
|
||||
/job/{id}/documents:
|
||||
parameters:
|
||||
@@ -370,8 +352,8 @@ paths:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/ListDocuments"
|
||||
"404":
|
||||
description: Job not found.
|
||||
"400":
|
||||
description: Invalid request body.
|
||||
|
||||
/job/export:
|
||||
post:
|
||||
@@ -395,8 +377,6 @@ paths:
|
||||
$ref: "#/components/schemas/IdMessage"
|
||||
"400":
|
||||
description: Invalid request body.
|
||||
"404":
|
||||
description: Job not found.
|
||||
|
||||
/job/{id}/export:
|
||||
parameters:
|
||||
@@ -420,8 +400,8 @@ paths:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: "#/components/schemas/ExportDetails"
|
||||
"404":
|
||||
description: Export job not found.
|
||||
"400":
|
||||
description: Invalid body.
|
||||
|
||||
components:
|
||||
schemas:
|
||||
|
||||
Reference in New Issue
Block a user