Skip to main content
PATCH
Update a seller

Authorizations

Authorization
string
header
required

API key created in the ZeroClick dashboard under Settings → API keys. Keys start with zc_. Send them as Authorization: Bearer zc_....

Path Parameters

sellerId
string
required
Minimum string length: 1

Body

application/json
name
string
Required string length: 1 - 200
Pattern: ^[^<>\p{Cc}]*$
slug
string
Required string length: 1 - 80
Pattern: ^[a-z0-9]+(?:-[a-z0-9]+)*$
upstreamBaseUrl
string<uri>
description
string
Maximum string length: 2000
brandColor
string
Pattern: ^#[0-9a-fA-F]{6}$
tagline
string
Maximum string length: 160
tags
string[]
Maximum array length: 5
Required string length: 1 - 40
docsUrl
string<uri>
websiteUrl
string<uri>
logoUrl
string<uri>
llmsTxtUrl
string<uri>
openApiUrl
string<uri>
contactEmail
string<email> | null
Pattern: ^(?!\.)(?!.*\.\.)([A-Za-z0-9_'+\-\.]*)[A-Za-z0-9_+-]@([A-Za-z0-9][A-Za-z0-9\-]*\.)+[A-Za-z]{2,}$
includedUsageDailyCapMicros
integer | null
Required range: 0 <= x <= 9007199254740991
includedUsageWeeklyCapMicros
integer | null
Required range: 0 <= x <= 9007199254740991

Response

Default Response

seller
object
required