latestOpenAPI 3.1.02026-08-10150311431.9 KB

c1f3c6d96b31

Projects

Create a Project

post/projects/{owner}

Path parameters

ownerstring required

Request body

namestring required

The name of the project. Must be unique to a given owner

descriptionstring

A description of the project

publicboolean

Whether or not a project is publicly viewable

Example request

{
  "name": "Project Falcon",
  "description": "I always wanted to have a project called project Falcon"
}

Response

Success

idstring uuid required

Id for the newly created resource.

messagestring

A human readable message

Example response

{
  "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
  "message": "Use Location in headers to access the new object."
}