Update Job Request

Request body for updating a job.

ComputeMediaRenderingVisual Effects

Properties

Name Type Description
priority integer
lifecycleStatus string
View JSON Schema on GitHub

JSON Schema

update-job-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-deadline-cloud/json-schema/update-job-request-schema.json",
  "title": "Update Job Request",
  "description": "Request body for updating a job.",
  "type": "object",
  "properties": {
    "priority": {
      "type": "integer"
    },
    "lifecycleStatus": {
      "type": "string"
    }
  }
}