Skip to main content
PUT
/
item
/
bulk_upsert
Item - Bulk Upsert
curl --request PUT \
  --url https://api.skulabs.com/item/bulk_upsert \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "items": [
    {}
  ]
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
items
object[]
required

Array of item objects to upsert

Response

Items upserted

success
boolean
required

Whether the operation succeeded