POST /releases//media/files
This endpoint allows uploading multiple media files to a release. Files are stored temporarily and transferred to permanent storage upon approval. Only releases in ‘draft’ or ‘rejected’ status can have media uploaded.Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Path Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
id | string | path | ✅ | Release ID |
Request Body
Responses
✅ 201 - Success - Files uploaded to release
⚠️ 400 - undefined
⚠️ 401 - undefined
⚠️ 404 - undefined
❌ 500 - undefined
Tags
Release Media
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
Release ID
Body
multipart/form-data
Array of files to upload