Account Configuration
Update Default Profile
Updates the default ingest profile for the account.
put/accounts/{{account_id}}/configuration
Path parameters
account_idstring required
Video Cloud account ID.
Headers
Content-Typestring required
Example:application/json
Content-Type: application/json
Authorizationstring required
Authorization: Bearer access_token (see Getting Access Tokens)
Request body
Example request
{
"default_profile_id": "multi-platform-standard-static"
}Response
SUCCESS
Example response
{
"version": 1526447969284,
"account_id": 57838016001,
"default_profile_id": "videocloud-default-v1",
"default_live_profile_id": "Live - Standard",
"date_created": 1526447969283,
"date_last_modified": 1526447969283,
"id": "55525f84e4b08e946aa03281"
}