post https://{hostname}/api/content-delivery/v1/content-providers//shared-secret-sets
This operation creates a new shared secret set for the specified content provider.
Responses
This operation creates a new shared secret set for the specified content provider.
xxxxxxxxxx
curl --request POST \
--url https://hostname/api/content-delivery/v1/content-providers/contentProviderId/shared-secret-sets \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"sharedSecretSetId": 3,
"name": "secret-set1"
}