Skip to main content
POST
/
displaymode
/
image-genre
/
action-config
/
template
/
save
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>"
}

Authorizations

Authorization
string
header
required

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

Body

application/json
imageGenreActionConfigTemplateID
integer<int32> | null
imageGenreActionConfigTemplateGroupID
integer<int32> | null
languageID
integer<int32> | null
title
string | null
subText
string | null
guidance
string | null
actionConfigTypeID
integer<int32> | null
sourceDetectedTypeID
integer<int32> | null
sourceTypeID
integer<int32> | null
destinationTypeID
integer<int32> | null
actionConfigPositionTypeID
integer<int32> | null
actionConfigPlacementTypeID
integer<int32> | null
shouldAlsoUpdateActionConfigs
boolean | null
default:false
shouldAlsoPurgeImagesTypeID
integer<int32> | null
default:1

Response

Success

success
boolean
data
unknown