post https://api.feedback.applixure.com/v1/admin//clients/policies/
This endpoint updates an existing client policy for the environment.
The expected payload is the same as with the endpoint for creating a new client policy, with the difference of having a semantics whereby:
- any property that is set in the payload will overwrite the data in the existing stored policy
- omitting the property will keep the existing policy’s property (if any) as-is.
Exception is toMachineIds -property which will always overwrite existing policy’s machine targeting information.
Log in to see full request history
Responses
400Error in parsing supplied payload for policy update or payload contains invalid data.
404Requested environment or policy could not be found.
500Policy update failed, this may be temporary condition. Please employ reasonable exponential backoff algorithm for retrying the call.
503Temporary error in API, please employ reasonable exponential backoff algorithm for retrying the call.