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

banner_id
string
required

Body

application/json
banner_id
string
required
banner_update
object
required

Banner represents a single banner that can be displayed on an end-user facing web/app page. Banners can be either static (with fixed content) or dynamic (content derived from parameters).

update_mask
string<field-mask>
required

Note that template can only be updated as a whole: masking a path inside it (e.g. template.single_event) replaces the entire template, and switching to another template requires the template path itself.

Response

OK

banner
object

Banner represents a single banner that can be displayed on an end-user facing web/app page. Banners can be either static (with fixed content) or dynamic (content derived from parameters).