Projects

projects

Methods

Create Project ->
post/v1/projects

Create project

Delete Project -> { tasks }
delete/v1/projects/{project_id}

All cloud resources in all regions that belong to the project will be deleted and will not be recoverable

List Projects -> { count, results }
get/v1/projects

List projects

Get Project ->
get/v1/projects/{project_id}

Get Project

Update Project ->
put/v1/projects/{project_id}

Update Project

Domain types

ProjectSerializer = { id, client_id, created_at, 6 more... }