v1

latestOpenAPI 3.0.02026-07-13105112106.9 KB
Events

Updates an existing event.

put/v1/accounts/{accountSid}/events/{eventSid}

Path parameters

accountSidstring required

accountSid

accountSid

eventSidstring required

eventSid

eventSid

Request body

typestring
namestring
descriptionstring nullable
sourcestring nullable
metadataModel30
bucketSidsstring[]
environmentSidsstring[]
startedAtstring
endedAtstring nullable

Response

Successful

sidstring required

EventSid

accountSidstring required

Sid of the account

bucketSidsstring[] required

Bucket sids this event applies to

environmentSidsstring[] required

Environment sids this event applies to

typestring required

Event type (e.g. deployment, incident, config_change)

namestring required

Human-readable event name

descriptionstring nullable

Optional longer description

sourcestring nullable

Source of the event (e.g. github_actions, jenkins)

metadataMetadata nullable

Freeform key/value metadata

startedAtstring required

When the event started

endedAtstring nullable

When the event ended (null for point-in-time events)

createdAtstring required

When the record was created

updatedAtstring nullable

When the record was last updated