curl --request POST \
--url https://api.example.com/admin/concat/feature-and-pair \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"concatCode": null,
"concatSlug": null,
"concatID": 19382,
"isFeatured": true,
"imageGenreReleaseID": 123,
"originMediaID": 123,
"treatedMediaID": 123
}
'{
"success": true,
"data": "<unknown>"
}Allows admins to feature an ism and pair it instantly with an image genre release ID in one click.
curl --request POST \
--url https://api.example.com/admin/concat/feature-and-pair \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"concatCode": null,
"concatSlug": null,
"concatID": 19382,
"isFeatured": true,
"imageGenreReleaseID": 123,
"originMediaID": 123,
"treatedMediaID": 123
}
'{
"success": true,
"data": "<unknown>"
}The access token received from the authorization server in the OAuth 2.0 flow.