post http://localhost:3000/v1/api/storage-duration-rules
create Storage Duration Rules
Log in to see full request history
Responses
create Storage Duration Rules
xxxxxxxxxx
28curl --request POST \
--url http://localhost:3000/v1/api/storage-duration-rules \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"data": {
"startEventTypeId": {
"triggerType": "action",
"creative": "creates data",
"eventTypeFamily": {
"triggerType": "action",
"creative": "creates data"
}
},
"stopEventTypeId": {
"triggerType": "action",
"creative": "creates data",
"eventTypeFamily": {
"triggerType": "action",
"creative": "creates data"
}
},
"priority": "high",
"archivingType": "production"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: