v1
latestOpenAPI 3.0.02026-07-14205154.3 KBSettings
Edit Subscriptions settings
Edits Subscriptions settings in your store.
post/api/rns/settings
Headers
Content-Typestring required
Type of the content being sent.
Acceptstring required
HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.
Request body
Example request
{
"deliveryChannels": [
"delivery"
],
"executionHourInUtc": 9,
"isUsingV3": true,
"slaOption": "NONE",
"workflowVersion": "1.1"
}Response
OK
Example response
{
"deliveryChannels": [
"delivery"
],
"executionHourInUtc": 9,
"isUsingV3": true,
"slaOption": "NONE",
"workflowVersion": "1.1"
}