📣 this endpoint makes a video encoding profile default for a project . In this PATCH request the project ID , transcoding type vod | live and encoding Profile ID has to be provided .✳ list of URL parameters
project_id = 36 character in length
encodingType = vod | live
profile_id = 36 character in length
📢 Info message : Here URL is contructed like PATCH/projects/<project_id>/encoding-profiles/<encodingType>/<profile_id>/make-default
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.