Interface: paths
This file was auto-generated by openapi-typescript. Do not make direct changes to the file.
Properties
/jobs/cancel-by-original-request
/jobs/cancel-by-original-request:
object
delete?
optionaldelete:undefined
get?
optionalget:undefined
head?
optionalhead:undefined
options?
optionaloptions:undefined
parameters
parameters:
object
parameters.cookie?
optionalcookie:undefined
parameters.header?
optionalheader:undefined
parameters.path?
optionalpath:undefined
parameters.query?
optionalquery:undefined
patch?
optionalpatch:undefined
post
post:
object
Mass-cancel jobs in a request chain
Description
Cancels every non-terminal, non-running job that shares the given original_request_id (terminal_reason: cancelled-by-chain). Running jobs in the chain are left alone. Returns the jobs that were cancelled. Mounted as monolith chrome (site-admin-only).
post.parameters
parameters:
object
post.parameters.cookie?
optionalcookie:undefined
post.parameters.header?
optionalheader:undefined
post.parameters.path?
optionalpath:undefined
post.parameters.query?
optionalquery:undefined
post.requestBody
requestBody:
object
post.requestBody.content
content:
object
post.requestBody.content.application/json
application/json:
object
post.requestBody.content.application/json.original_request_id
original_request_id:
string
Description
Chain-root request id whose non-running jobs should be cancelled.
Example
r - abc123;post.responses
responses:
object
post.responses.200
200:
object
Description
Jobs that were cancelled in this chain.
post.responses.200.content
content:
object
post.responses.200.content.application/json
application/json:
object
post.responses.200.content.application/json.jobs
jobs:
object[]
post.responses.200.headers
headers:
object
Index Signature
[name: string]: unknown
post.responses.401
401:
object
Description
Unauthorized - missing or invalid auth headers, or not logged in.
post.responses.401.content
content:
object
post.responses.401.content.application/json
application/json:
object
post.responses.401.content.application/json.code?
optionalcode:string
Description
A short, machine-readable error code, for when HTTP status codes are not sufficient.
post.responses.401.content.application/json.message?
optionalmessage:string
Description
A human-readable description of the error.
Example
The requested resource could not be found.post.responses.401.headers
headers:
object
Index Signature
[name: string]: unknown
post.responses.403
403:
object
Description
Forbidden - site admin privileges required.
post.responses.403.content
content:
object
post.responses.403.content.application/json
application/json:
object
post.responses.403.content.application/json.code?
optionalcode:string
Description
A short, machine-readable error code, for when HTTP status codes are not sufficient.
post.responses.403.content.application/json.message?
optionalmessage:string
Description
A human-readable description of the error.
Example
The requested resource could not be found.post.responses.403.headers
headers:
object
Index Signature
[name: string]: unknown
put?
optionalput:undefined
trace?
optionaltrace:undefined