Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string
required

Query Parameters

update_mask
string<field-mask>

Body

application/json
id
string
required

Human readable, URL-compatible short identifier, like "motto" or "rtt-show". Must be unique.

org_id
string
required

Organization ID this project belongs to.

name
string

Name of the project, e.g. "Motto".

content_delivery_settings
object

Settings relevant for the content delivery API

preferred_regions
enum<string>[]

The region(s) that this project prefers to operate in. This is used to help the Studio frontend make decisions on how to create and display region-based resources.

Available options:
REGION_UNSPECIFIED,
REGION_AF,
REGION_AS,
REGION_EU,
REGION_NA,
REGION_OC,
REGION_SA

Response

OK

project
object