Skip to main content

nexigon_api.projects.ProjectRepositoryAddedEvent

Event indicating that a repository has been added to 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.ProjectRepositoryAddedEvent
{
"projectId": "string",
"repositoryId": "string"
}