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

page_component_id
string
required

Body

application/json
page_component_id
string
required
page_component_update
object
required
update_mask
string<field-mask>
required

A comma-separated list of fields to be updated. Only fields specified in this mask will be updated. The mask accepts root-level properties only. Use data to replace the component's configuration; since the mask cannot reach inside it, send the complete data object even to change one property.

Response

OK

page_component
object