Skip to main content
PATCH
/
auctions
/
{id}
cURL
curl --request PATCH \
  --url https://api.example.com/auctions/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "amount": 2,
  "currency": "<string>",
  "currency_conversion": {
    "from_currency": "<string>",
    "from_amount": 1
  },
  "name": "<string>"
}
'
"<string>"

Path Parameters

id
string
required

Body

application/json
amount
number
Required range: x >= 1
currency
string
Maximum string length: 5
currency_conversion
object
name
string
Maximum string length: 256

Response

200 - application/json

The response is of type string.