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
}

Documentation Index

Fetch the complete documentation index at: https://skulabs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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