nexigon_api.projects.DeploymentTokenCreatedEvent
Event indicating that a deployment token has been created.
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.DeploymentTokenCreatedEvent
{
"projectId": "string",
"tokenId": "string",
"flags": {
"autoAccept": true
}
}