ModifySubject
{
"topic": "com.acme/the_policy_id/policies/commands/modify",
"headers": {
"content-type": "application/vnd.eclipse.ditto+json"
},
"path": "/entries/the_label/subjects/google:the_subjectid",
"value": {
"type": "yourSubjectTypeDescription"
}
}
ModifySubjectResponse
{
"topic": "com.acme/the_policy_id/policies/commands/modify",
"headers": {
"content-type": "application/vnd.eclipse.ditto+json"
},
"path": "/entries/the_label/subjects/google:the_subjectid",
"status": 204
}