Body
-
Values are
0
,1
,2
,3
,4
,5
, or6
.
curl \
-X PATCH http://api.example.com/api/Relative/UpdateRelative \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/json-patch+json"
curl \
-X PATCH http://api.example.com/api/Relative/UpdateRelative \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/json" \
-d '[{"operationType":0,"path":"string","op":"string","from":"string"}]'
curl \
-X PATCH http://api.example.com/api/Relative/UpdateRelative \
-H "Authorization: $API_KEY" \
-H "Content-Type: text/json"
curl \
-X PATCH http://api.example.com/api/Relative/UpdateRelative \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/*+json"
[
{
"operationType": 0,
"path": "string",
"op": "string",
"from": "string"
}
]
[
{
"operationType": 0,
"path": "string",
"op": "string",
"from": "string"
}
]
[
{
"operationType": 0,
"path": "string",
"op": "string",
"from": "string"
}
]
[
{
"operationType": 0,
"path": "string",
"op": "string",
"from": "string"
}
]