Retry Policies
Update a Retry Policy
Update an existing Retry Policy by its ID
post/retry-policies/{id}
Path parameters
idstring required
Request body
Example request
{
"title": "Simple Recovery configuration that uses multiple different rules",
"steps": []
}Response
OK
Example response
{
"createdAt": "2024-02-18T12:00:00Z",
"updatedAt": "2024-02-21T12:15:00Z",
"metadata": {
"key1": "value1",
"key2": "value2"
},
"title": "Default Retry Policy",
"isEnabled": true,
"steps": [
{
"createdAt": "2024-02-18T12:00:00Z",
"updatedAt": "2024-02-21T12:15:00Z",
"metadata": {
"key1": "value1",
"key2": "value2"
},
"position": 8,
"isEnabled": true,
"useInitialGateway": true,
"priceReductionPercentage": 15,
"retryDelay": 3
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.