Update Policy
Last updated
// policy change request object
{
"id": "cr-...",
"kind": "Policy",
"operationKind": "Update",
"status": "Pending",
"requester": { "userId": "us-..." },
"entityId": "plc-...",
"approvalId": "ap-...",
"dateCreated": "2023-12-22T20:57:55.814Z",
"body": {
... // the full body passed in the request
}
}