Projects

List Projects

get
Responses
200

OK

application/json
get
/accounts

Create a new project

post
Body
stringOptional
Responses
post
/accounts

Update Project Metadata

patch
Body
stringOptional
Responses
200

OK

application/json
patch
/accounts
patch
Responses
patch
/accounts/current

No content

get
Path parameters
idstringRequired

the id of the project

Responses
200

OK

application/json
get
/accounts/{id}

Delete project by id

delete
Path parameters
idstringRequired

the id of the project to delete

Responses
delete
/accounts/{id}

No content

List Projects

get
Responses
200

OK

application/json
get
/projects

Create a new project

post
Body
stringOptional
Responses
post
/projects

Update Project Metadata

patch
Body
stringOptional
Responses
200

OK

application/json
patch
/projects
patch
Responses
patch
/projects/current

No content

Set Next Login Project

patch

Sets the next login project for the user

Responses
patch
/projects/next-login

No content

get
Path parameters
idstringRequired

the id of the project

Responses
200

OK

application/json
get
/projects/{id}

Delete project by id

delete
Path parameters
idstringRequired

the id of the project to delete

Responses
delete
/projects/{id}

No content

Last updated

Was this helpful?