Skip to main content
Use update requests from trusted server-side code.
PATCH and PUT use the same update behavior.

Example

Partial Updates

Only send the fields you want to change.
Fields not included in the request keep their existing values.

Localized Field Updates

Localized fields can be updated one language at a time.
For localized fields, the update merges with the existing language values.

Response

The response is the updated entry.

Validation

Updates validate:
  • Unknown field keys.
  • Required fields.
  • Field value types.
  • Relation targets.
If a relation id does not exist in the workspace, Plato returns a 400 error.