v1
latestOpenAPI 3.0.02026-07-2455104.8 MBProduction
Attach file to production V3
This endpoint requires the following scopes: production:update.
Attach a file to a production.
post/api/v3/productions/{id}/files
Path parameters
idstring required
Request body
Example request
{
"title": "Supporting document",
"description": "Additional documentation",
"keyword": "otherFile",
"fileName": "document.txt",
"fileContent": "c2FtcGxlIGNvbnRlbnQ="
}Response
Attach a file to a production.
Example response
{
"data": {
"id": 123
}
}