Skip to main content
PATCH
Update an ad source.

Authorizations

Authorization
string
header
required

Bearer authentication. Pass the access token in the Authorization: Bearer <token> header.

Body

application/json
id
string<uuid>
required

Unique identifier of the ad source to update

endpoint
string | null

Endpoint URL of the ad source

header_params
Header Params · object[] | null

Header parameters

name
string | null

Name of the ad source

query_params
Query Params · object[] | null

Query parameters

seller_id
string | null

Seller ID for the ad source

settings
AdSourceSettings · object | null

Configurations for the ad source

type
string | null

Type of the ad source

Response

Successful Response

created_at
string<date-time>
required
endpoint
string
required
name
string
required
type
string
required
updated_at
string<date-time>
required
header_params
Header Params · object[]
id
string<uuid> | null
no
integer | null
query_params
Query Params · object[]
seller_id
string | null
settings
AdSourceSettings · object