Skip to main content
PATCH
Update a project's mutable attributes. Every field is optional — only sent fields change

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project
string
required

The project slug

Body

application/json
name
string
Maximum string length: 255
description
string | null
Maximum string length: 1000
visibility
enum<string>
Available options:
org_visible,
private

Response

The response is of type object.