curl --request POST \
--url https://api.example.com/displaymode/image-genre/action-config/template/save \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"imageGenreActionConfigTemplateID": null,
"imageGenreActionConfigTemplateGroupID": null,
"languageID": null,
"title": null,
"subText": null,
"guidance": null,
"actionConfigTypeID": null,
"sourceDetectedTypeID": null,
"sourceTypeID": null,
"destinationTypeID": null,
"actionConfigPositionTypeID": null,
"actionConfigPlacementTypeID": null,
"shouldAlsoUpdateActionConfigs": false,
"shouldAlsoPurgeImagesTypeID": 1
}
'{
"success": true,
"data": "<unknown>"
}Save image genre action config template
curl --request POST \
--url https://api.example.com/displaymode/image-genre/action-config/template/save \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"imageGenreActionConfigTemplateID": null,
"imageGenreActionConfigTemplateGroupID": null,
"languageID": null,
"title": null,
"subText": null,
"guidance": null,
"actionConfigTypeID": null,
"sourceDetectedTypeID": null,
"sourceTypeID": null,
"destinationTypeID": null,
"actionConfigPositionTypeID": null,
"actionConfigPlacementTypeID": null,
"shouldAlsoUpdateActionConfigs": false,
"shouldAlsoPurgeImagesTypeID": 1
}
'{
"success": true,
"data": "<unknown>"
}The access token received from the authorization server in the OAuth 2.0 flow.