Error
A valid request URL is required to generate request examples{
"results": {
"createdAt": "2023-11-07T05:31:56Z",
"sizeBytes": 123,
"contentType": "<string>",
"filename": "<string>",
"kind": "instruction",
"fileUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Organizations
Upload file to organization design
Upload a file into a design. Send raw bytes as the body with the
appropriate Content-Type and Content-Length headers. Pass kind
and filename as query parameters. Mirrors the data-app image
upload pattern — no multipart wrapping required.
POST
/
api
/
v1
/
org
/
designs
/
{designUuid}
/
files
Error
A valid request URL is required to generate request examples{
"results": {
"createdAt": "2023-11-07T05:31:56Z",
"sizeBytes": 123,
"contentType": "<string>",
"filename": "<string>",
"kind": "instruction",
"fileUuid": "<string>"
},
"status": "ok"
}{
"error": {
"name": "<string>",
"statusCode": 123,
"data": "<unknown>",
"message": "<string>"
},
"status": "error"
}Was this page helpful?