put https://example.com/host-store/api/v1/hosts//deployable
Set a host to be depoyable or undeployable.
Log in to see full request history
Responses
200Host successfully updated
Set a host to be depoyable or undeployable.
200Host successfully updated
xxxxxxxxxx
curl --request PUT \
--url https://example.com/host-store/api/v1/hosts/host_id/deployable \
--header 'Authorization: Bearer a-proper-token-goes-here' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Try It!
to start a request and see the response here!