{
"name": "string",
"dag": {
"property1": {},
"property2": {}
},
"edges": [
{}
]
}curl --location --request PATCH 'https://m1.apifoxmock.com/m1/1293445-0-default/api/shareCache/' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"dag": {
"property1": {},
"property2": {}
},
"edges": [
{}
]
}'