PATCH /api/Relative/UpdateRelative

PATCH /api/Relative/UpdateRelative

Query parameters

  • id string

Body

  • operationType integer(int32)

    Values are 0, 1, 2, 3, 4, 5, or 6.

  • path string | null
  • op string | null
  • from string | null
  • value
  • Additional properties are NOT allowed

Responses

  • 200

    Success

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"
Request examples
[
  {
    "operationType": 0,
    "path": "string",
    "op": "string",
    "from": "string"
  }
]
Request examples
[
  {
    "operationType": 0,
    "path": "string",
    "op": "string",
    "from": "string"
  }
]