Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 702 Bytes

File metadata and controls

12 lines (7 loc) · 702 Bytes

JobPayloadInput

Properties

Name Type Description Notes
urn String The design URN; returned when uploading the file to Forge The URN needs to be Base64 (URL Safe) encoded.
compressedUrn Boolean Set this to `true` if the source file is compressed. If set to `true`, you need to define the `rootFilename`. [optional]
rootFilename String The root filename of the compressed file. Mandatory if the `compressedUrn` is set to `true`. [optional]