Skip to main content

nexigon_api.projects.ProjectRepositoryRemovedEvent

Event indicating that a repository has been removed from a project.

projectIdnexigon_api.projects.ProjectId (string)required

Unique ID of a project.

repositoryIdnexigon_api.repositories.RepositoryId (string)required

Unique ID of a repository.

nexigon_api.projects.ProjectRepositoryRemovedEvent
{
"projectId": "string",
"repositoryId": "string"
}