API Reference
Projects
Operations about projects
POST
/
projects
/{repo_id}
/disconnect
Post Projects Repo Id Disconnect
Disconnect a project from an organization
Path Parameters
repo_id
Requiredstring
User Repository ID to disconnect
Disconnect a project from an organization
POST
/
projects
/{repo_id}
/connect
Post Projects Repo Id Connect
Connect a project to an organization
Request Body
application/json
Requiredorganization_slug
Requiredstring
Organization Slug
project_slug
string
Project Slug (if connecting to an existing org project)
Path Parameters
repo_id
Requiredstring
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/json
Optionalslug
string
Project slug
name
string
Project name
description
string
Project description
share_level
string
Share level (public or private)
Path Parameters
repo_id
Requiredinteger
Format:
"int32"
Update a project
GET
/
projects
Get Projects
Return all projects
Return all projects
POST
/
projects
Post Projects
Create a project
Request Body
application/json
Requiredname
Requiredstring
Project name
slug
string
Project slug
description
string
Project description
directory
string
Project directory name
Create a project