Projects

post

Creates a project in the workspace linked to the current API Key

Body
nameany ofOptional
stringOptional
or
nullOptional
Responses
post
/projects
get

Retrieves a list of all resources from the service.

Query parameters
$limitintegerOptional

Number of results to return

$skipintegerOptional

Number of results to skip

Responses
200

success

application/json
get
/projects
get

Retrieves a single resource with the given id from the service.

Path parameters
idintegerRequired

ID of Project to return

Responses
200

success

application/json
get
/projects/{id}
patch

Updates the resource identified by id using data.

Path parameters
idintegerRequired

ID of Project to update

Body
idstringOptional
nameany ofOptional
stringOptional
or
nullOptional
updated_atstringOptional
created_atstringOptional
authorany ofOptional
or
nullOptional
ownerany ofOptional
or
nullOptional
Responses
200

success

application/json
patch
/projects/{id}
delete

Removes the resource with id.

Path parameters
idintegerRequired

ID of Project to remove

Responses
200

success

application/json
delete
/projects/{id}

Last updated