[
{
"op": "add",
"path": "/a/b/c",
"value": null
}
]curl --location --request PATCH 'http://192.168.80.101:8090/apis/content.halo.run/v1alpha1/categories/' \
--header 'Authorization: {{authorization}}' \
--header 'Content-Type: application/json-patch+json' \
--data-raw '[
{
"op": "add",
"path": "/a/b/c",
"value": null
}
]'{
"apiVersion": "string",
"kind": "string",
"metadata": {
"annotations": {
"property1": "string",
"property2": "string"
},
"creationTimestamp": "2019-08-24T14:15:22Z",
"deletionTimestamp": "2019-08-24T14:15:22Z",
"finalizers": [
"string"
],
"generateName": "string",
"labels": {
"property1": "string",
"property2": "string"
},
"name": "string",
"version": 0
},
"spec": {
"children": [
"string"
],
"cover": "string",
"description": "string",
"displayName": "string",
"hideFromList": true,
"postTemplate": "string",
"preventParentPostCascadeQuery": true,
"priority": 0,
"slug": "string",
"template": "string"
},
"status": {
"permalink": "string",
"postCount": 0,
"visiblePostCount": 0
}
}