put https://example.com/host-store/api/v1/whitelists/
Update a whitelist
Log in to see full request history
Responses
200Whitelist successfully updated
Update a whitelist
200Whitelist successfully updated
xxxxxxxxxx
curl --request PUT \
--url https://example.com/host-store/api/v1/whitelists/id \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '{"type":"glob"}'
Try It!
to start a request and see the response here!