Type Alias SharingTaskPatchRequestCompliantList

SharingTaskPatchRequestCompliantList: SharingTaskRecurringPatchRequestCompliant[]
[
{
op: "replace",
path: "/name"
},
{
op: "replace",
path: "/tags",
value: [
"tag1",
"tag2"
]
},
{
op: "replace",
path: "/tags"
},
{
op: "replace",
path: "/tags"
},
{
op: "replace",
path: "/ownerId"
},
{
op: "replace",
path: "/enabled",
value: true
},
{
op: "replace",
path: "/description"
}
]