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": "<string>"
}'

Authorizations

Authorization
string
header
required

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

Body

application/json
kits
string

Response

OK

I