Page Components
Update page component
UpdatePageComponent
Updates an existing page_component.
PATCH
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Body
application/json
A comma-separated list of fields to be updated. Only fields specified in this mask will be updated.
Note: to update the configuration of any of the non-standard fields on this component,
use type
in the field mask instead of their field name. For example, if this component is for the video player,
do not include video_player
in the field mask. Instead, include type
.
Response
200 - application/json