v1
latestOpenAPI 3.0.12026-07-244011,5573.5 MBSettings
Update a timeline entry
Updates the campaign timeline entry for the specified name. Only fields present in the request body are changed. Returns the updated entry.
put/v2/timeline-entries/{name}
Path parameters
namestring required
Request body
Example request
{
"date": "2025-10-24T02:00:00-07:00"
}Response
Successful response
Example response
{
"date": "2025-10-24T02:00:00-07:00"
}