POST
/
{env_id}
/
{flow_id}
/
{tenant}
/
jobs
/
rollback
curl --request POST \
  --url https://client-api.hotglue.xyz/{env_id}/{flow_id}/{tenant}/jobs/rollback \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "job_root": "<string>",
  "tap": "<string>",
  "job_id": "<string>"
}'
{}

Authorizations

x-api-key
string
headerrequired

Path Parameters

env_id
string
required

ID of environment

flow_id
string
required

ID of flow

tenant
string
required

ID of tenant

Body

application/json
job_root
string
required

S3 root for job

tap
string
required

ID of tap

job_id
string
required

ID of job

Response

200 - application/json

The response is of type object.