Skip to main content
PUT
cURL

Authorizations

Authorization
string
header
required

Fanfare secret key. Keep secret credentials on your server.

Path Parameters

id
string
required

Body

application/json
auctionType
enum<string>
Available options:
english,
dutch
autoExtendSeconds
number | null
closeAt
string | null
floorPrice
string | null
minBidIncrement
string | null
name
string
openAt
string | null
priceDropAmount
string | null
priceDropIntervalSeconds
number | null
quantity
number | null
reservePrice
string | null
settleAt
string
startPrice
string | null
timeZone
string

Response

Auction updated successfully

archived
boolean
required
createdAt
string<date-time>
required
createdBy
string
required
id
string<uuid>
required
name
string
required
Minimum string length: 1
organizationId
string<uuid>
required
sequenceId
string<uuid>
required
settleAt
string<date-time>
required
timeZone
string
required
Minimum string length: 1
auctionType
enum<string>
default:english
Available options:
english,
dutch
autoExtendSeconds
number | null
closeAt
string<date-time> | null
floorPrice
string | null
Pattern: ^\d{1,12}(\.\d{1,8})?$
minBidIncrement
string | null
Pattern: ^\d{1,12}(\.\d{1,8})?$
openAt
string<date-time> | null
priceDropAmount
string | null
Pattern: ^\d{1,12}(\.\d{1,8})?$
priceDropIntervalSeconds
number | null
quantity
number | null
reservePrice
string | null
Pattern: ^\d{1,12}(\.\d{1,8})?$
startPrice
string | null
Pattern: ^\d{1,12}(\.\d{1,8})?$
statusOverride
enum<string> | null
Available options:
ended
statusOverrideAt
string<date-time> | null
statusOverrideBy
string | null
teardownStatus
enum<string> | null
Available options:
pending,
completed
updatedAt
string<date-time> | null
updatedBy
string | null