Skip to main content
PATCH
Update extensions (step 4)

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

draft_id
integer
required

Body

application/json

Request schema for PATCH /drafts/{id}/extensions.

extensions
ExtensionsInputSchema · object | null

All extensions configuration.

Response

Successful Response

Shared response for all 4 step PATCH endpoints.

Returns the full refreshed draft plus any validation warnings for that step.

draft
CampaignDraftSchema · object
required

Campaign draft schema - full representation.

warnings
ValidationErrorSchema · object[]