Loading...
Increase or decrease the order for a specified RAS Client Policy.
RAS Client Policy ID
RAS Client Policy
Move Direction.
No Content
const response = await fetch('/api/ClientPolicies/{id}/order', { method: 'PUT', headers: { "Content-Type": "application/json; api-version=1.0" }, body: JSON.stringify({ "direction": [ "0 = Up", "1 = Down" ] }), }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }