callback-configuration
Update a callback configuration
The endpoint updates the callback configuration with specified project ID
put/v1/projects/{projectId}/callback-configuration
Path parameters
projectIdstring required
Customer's project id
Request body
Example request
{
"hmacSecret": "d1c7ccbf-919d-462f-8587-dec95a1b11ee"
}Response
OK
Example response
{
"hmacSecret": "d1c7ccbf-919d-462f-8587-dec95a1b11ee"
}