Upload Release on Consolidated Independent / State 51
API Endpoint
POST /distribution/release/:releaseId/uploadOnCi
Host: api.audicient.com
Authorization: <API_KEY>:<API_SECRET>
Authentication Requirements
All requests must include authentication credentials.
Authorization Header: Pass the API key and secret as
<API_KEY>:<API_SECRET>
Path Parameters
Parameter
Type
Description
releaseId
string
The unique ID of the release
Example Requests
POST /distribution/release/100001/uploadOnCi
Host: api.audicient.com
Authorization: <API_KEY>:<API_SECRET>
Sample response
Only use this API if you have deals with CI and have set up the integration.
Contact support@audicient.com for any assistance.
{
"status": 200,
"success": true,
"message": "Release has been sent to CI"
}
Last updated