curl --request POST \
--url https://api.example.com/edition/config/assign-isms-within-isms \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"editionID": 123,
"concatIDWithTwoIsmsPrimary": 123,
"concatIDWithTwoIsmsAlternate": 123,
"ismIDUsedWithinBoth": 123
}
'{
"success": true,
"data": "<unknown>"
}Assigns the specific isms within isms for the intro sequence to leverage.
curl --request POST \
--url https://api.example.com/edition/config/assign-isms-within-isms \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"editionID": 123,
"concatIDWithTwoIsmsPrimary": 123,
"concatIDWithTwoIsmsAlternate": 123,
"ismIDUsedWithinBoth": 123
}
'{
"success": true,
"data": "<unknown>"
}The access token received from the authorization server in the OAuth 2.0 flow.