curl --request POST \
--url https://local.withsutro.com/applications/{applicationId}/actions/{actionId}/effects \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-sutro-api-client: <api-key>' \
--data '
[
{
"index": 123,
"effect": {
"actionEffectId": "<string>",
"effect": "<string>",
"params": {},
"bindParams": {},
"next": "<string>",
"onError": {
"nextId": "<string>",
"continueOriginalFlow": true
}
},
"modification": "replace"
}
]
'curl --request POST \
--url https://local.withsutro.com/applications/{applicationId}/actions/{actionId}/effects \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-sutro-api-client: <api-key>' \
--data '
[
{
"index": 123,
"effect": {
"actionEffectId": "<string>",
"effect": "<string>",
"params": {},
"bindParams": {},
"next": "<string>",
"onError": {
"nextId": "<string>",
"continueOriginalFlow": true
}
},
"modification": "replace"
}
]
'Builder authentication and authorization
A unique identifier for the API Client making a request
Was this page helpful?