Upsert Project Settings
Developing
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
[
{
"key": "transcoding",
"value": "{'player_encryption':true}"
}
]
Request Code Samples
curl --location --request POST 'http://localhost:8080/v1/projects/2c699add-7989-4460-992c-51829176f9ac/settings' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"key": "transcoding",
"value": "{'\''player_encryption'\'':true}"
}
]'
Responses
application/json Modified at 2024-09-03 08:57:19