Partially update an action policy.
Spaces method and path for this operation:
<div><span class="operation-verb patch">patch</span> <span class="operation-path">/s/{space_id}/api/alerting/v2/action_policies/{id}</span></div>Refer to Spaces for more information.
Apply a partial update to an existing action policy. Fields not present in the body are left unchanged.<br/><br/>[Required authorization] Route required privileges: manage_alerting-v2-action-policies AND read_alerting-v2-rules.
Path parameters
The ID of the action policy. Copy it from the response when you create a policy, fetch one policy, or fetch the policy list. Chosen at creation and permanent — it cannot be changed afterwards. Re-using the id of a deleted resource is allowed but discouraged: execution history, change history, and alert episodes recorded under that id are retained and are attributed to the new resource. Ids appear in URLs and logs, so keep them free of sensitive data.
Headers
A required header to protect against CSRF attacks
Request body
Response
Returns the updated action policy.
Changes
Changed in 4 of the 176 revisions of this API.325
- ●
the
/////request property's maxLength was set to32request-property-max-length-set
- ●
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ●
removed the request property
request-property-removed
- ▲
- ▲
the
request property type changed fromstringtoobjectrequest-property-type-changed
- ▲
the
response's property type changed fromstringtoobjectfor statusresponse-property-type-changed
- ○
added the new optional request property
/new-optional-request-property
- ○
added the new optional request property
/new-optional-request-property
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ▲
- ○
endpoint added
endpoint-added
- ○
Of the 176 revisions, 20 have no diff computed.