latestOpenAPI 3.1.02026-08-10150311431.9 KB

c1f3c6d96b31

Projects

Update a Project

put/projects/{owner}/{name}

Path parameters

ownerstring required
namestring required

Request body

namestring

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

Accepted

statusstring