put https://example.com/network-access-manager/api/v1/nwtargets/
Update a network target
Log in to see full request history
Responses
200Network target successfully updated
Update a network target
200Network target successfully updated
xxxxxxxxxx
curl --request PUT \
--url https://example.com/network-access-manager/api/v1/nwtargets/id \
--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!