Skip to main content
PUT
/
kit
/
bulk_update
Kit - Bulk Update
curl --request PUT \
  --url https://api.skulabs.com/kit/bulk_update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "kits": [
    {}
  ]
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Body

application/json
kits
object[]
required

Array of kit objects to update

Response

Kits updated

success
boolean
required

Whether the operation succeeded