Skip to content

Latest commit

 

History

History
27 lines (12 loc) · 478 Bytes

File metadata and controls

27 lines (12 loc) · 478 Bytes

PDFGeneratorAPI.InlineObject13

Properties

Name Type Description Notes
job_id String UUID of the async job. [optional]
status String Status of the async job. [optional]

Enum: StatusEnum

  • pending (value: "pending")

  • ready (value: "ready")

  • published (value: "published")

  • error (value: "error")

  • webhook_error (value: "webhook_error")