Skip to main content

Patch Entity

Patch entity

Query Parameters
    id uri required

    Entity id.

Request Body array required
  • Array [
  • op string

    Possible values: [add, remove, replace, move, copy, test, add, remove, replace]

    The patch operation, example add.

    path string

    The property to apply the operation, JSONPath formatted (leading slash) on, e.g. `/https://schema.org/image (note the leading slash).

    value string
  • ]
Responses

Success


Schema

    string

Loading...