PATCH – Change subscription properties
Request
PATCH https://{{ip}}/redfish/v1/EventService/Subscriptions/{{Subscriptions_instance}}
Content-Type: application/json
Request body
Please refer to the properties that are patchable in the Event Subscription Properties for which ReadOnly is False that can be sent as Request body in JSON format.
Request example
{
"Context":"Event_1"
}
Response
The response status is success with status code as 204 and no response body.
For Error Responses, please refer to Error Response.
Give documentation feedback