Skip to main content
PATCH
Update Portal Offer

Authorizations

Authorization
string
header
required

Conduit API token. Use Authorization: Bearer <token>. Read/write endpoints require a token with write access.

Path Parameters

workspace_id
string
required

Workspace identifier

Minimum string length: 1
id
string
required

Portal offer identifier

Minimum string length: 1

Body

application/json
expected_updated_at
number
required
Required range: x >= 0
name
string
Minimum string length: 1
description
string
price_in_cents
integer
Required range: x >= 0
percent_price
object | null
compare_at_price_in_cents
integer | null
Required range: x >= 0
image_url
string | null
image_attribution
object | null
background_hex
string | null
Pattern: ^#?[0-9a-fA-F]{6}$
category
string | null
kind
enum<string>
Available options:
purchase,
request,
ad
pricing
object | null
highlights
string[] | null
availability
object | null
targeting
object | null

Response

Update Portal Offer

data
object
required