Data Gateway (DGW) API (1.0.0)

Download OpenAPI specification:Download

api-V2-endpoints

Posts status change for a specified job

SecurityBearerAuth
Request
Request Body schema: application/json
tenantId
string
required
object (V2StatusDto)
Responses
200

OK

201

CREATED

422

UNPROCESSABLE_ENTITY - returned if the request data is not valid

post/api/v2/status
Request samples
application/json
{
  • "tenantId": "string",
  • "status": {
    }
}
Response samples
application/json
{
  • "currentStatus": {
    },
  • "warnings": [
    ],
  • "errors": [
    ]
}