API Reference
Projects
Operations about projects
POST
/
projects/{repo_id}/disconnectPost Projects Repo Id Disconnect
Disconnect a project from an organization
Path Parameters
repo_idRequiredstring
User Repository ID to disconnect
Disconnect a project from an organization
POST
/
projects/{repo_id}/connectPost Projects Repo Id Connect
Connect a project to an organization
Request Body
application/jsonRequiredorganization_slugRequiredstring
Organization Slug
project_slugstring
Project Slug (if connecting to an existing org project)
Path Parameters
repo_idRequiredstring
User Repository ID to connect
Connect a project to an organization
GET
/
projects/{repo_id}Return one project
DELETE
/
projects/{repo_id}Delete a project
PUT
/
projects/{repo_id}Put Projects Repo Id
Update a project
Request Body
application/jsonOptionalslugstring
Project slug
namestring
Project name
descriptionstring
Project description
share_levelstring
Share level (public or private)
Path Parameters
repo_idRequiredinteger
Format:
"int32"Update a project
GET
/
projectsGet Projects
Return all projects
Return all projects
POST
/
projectsPost Projects
Create a project
Request Body
application/jsonRequirednameRequiredstring
Project name
slugstring
Project slug
descriptionstring
Project description
directorystring
Project directory name
Create a project