Skip to main content
POST
/
edition
/
config
/
assign-isms-within-isms
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>"
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
editionID
integer<int32> | null
concatIDWithTwoIsmsPrimary
integer<int32>
concatIDWithTwoIsmsAlternate
integer<int32>
ismIDUsedWithinBoth
integer<int32>

Response

Success

success
boolean
data
unknown