v1

latestOpenAPI 3.1.02026-07-241280174.1 KB

Update

Project

post/v3/projects/project

Request body

projectstring required

Unique identifier for the project object.

namestring required

Name of the project.

descriptionstring

Description of the project.

Response

200

Example response

{
  "project": {
    "id": "ed0c2a68b6",
    "name": "Compression",
    "description": "Super rad middle-out compression algo.",
    "created_at": "2019-03-26T03:16:20.233Z"
  }
}