---
title: "Werk een ZAAKEIGENSCHAP deels bij."
method: PATCH
path: "/zaken/{zaak_uuid}/zaakeigenschappen/{uuid}"
tags: ["zaken"]
---

# Werk een ZAAKEIGENSCHAP deels bij.

`PATCH /zaken/{zaak_uuid}/zaakeigenschappen/{uuid}`

**Er wordt gevalideerd op** 
- Alleen de `waarde` mag gewijzigd worden

## Path parameters

- `uuid` string, uuid, required — Unieke resource identifier (UUID4)
- `zaak_uuid` string, uuid, required

## Headers

- `Content-Type` 'application/json', required

## Request body

- PatchedZaakEigenschap — A type of `ModelSerializer` that uses hyperlinked relationships with compound keys instead of primary key relationships. Specifically: * A 'url' field is included instead of the 'id' field. * Relationships to other instances are hyperlinks, instead of primary keys. NOTE: this only works with DRF 3.1.0 and above.
  - `url` string, uri
  - `uuid` string, uuid — Unieke resource identifier (UUID4)
  - `zaak` string, uri
  - `eigenschap` string, uri — URL-referentie naar de EIGENSCHAP (in de Catalogi API).
  - `naam` string — De naam van de EIGENSCHAP (overgenomen uit de Catalogi API).
  - `waarde` string

## Response `200`

OK

- ZaakEigenschap — A type of `ModelSerializer` that uses hyperlinked relationships with compound keys instead of primary key relationships. Specifically: * A 'url' field is included instead of the 'id' field. * Relationships to other instances are hyperlinks, instead of primary keys. NOTE: this only works with DRF 3.1.0 and above.
  - `url` string, uri, required
  - `uuid` string, uuid, required — Unieke resource identifier (UUID4)
  - `zaak` string, uri, required
  - `eigenschap` string, uri, required — URL-referentie naar de EIGENSCHAP (in de Catalogi API).
  - `naam` string, required — De naam van de EIGENSCHAP (overgenomen uit de Catalogi API).
  - `waarde` string, required

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `406` — Not acceptable
- `409` — Conflict
- `410` — Gone
- `415` — Unsupported media type
- `429` — Too many requests
- `500` — Internal server error

---

[API](https://skmtc.net/vng-realisatie/apis/zaken-api.md) · [All operations](https://skmtc.net/vng-realisatie/apis/zaken-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/vng-realisatie/zaken-api/revisions/e4bb3b85eb48/schema)
