Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Response
OK
curl --request PUT \
--url https://api.skulabs.com/kit/bulk_update \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"kits": "<string>"
}'
/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>"
}'
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK