Skip to main content

nexigon_api.projects.DeploymentTokenFlagsChangedEvent

Event indicating that deployment token flags have been changed.

projectIdnexigon_api.projects.ProjectId (string)required

Unique ID of a project.

tokenIdnexigon_api.projects.DeploymentTokenId (string)required

Unique ID of a deployment token.

flags objectrequired

Flags for deployment tokens.

autoAcceptboolean
nexigon_api.projects.DeploymentTokenFlagsChangedEvent
{
"projectId": "string",
"tokenId": "string",
"flags": {
"autoAccept": true
}
}