Skip to content

Commit

Permalink
Remove traces of Archetypes. (#1670)
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Jul 13, 2023
1 parent 869ad6d commit 1ec84f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/usage/content.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ To update an existing resource, we send a `PATCH` request to the server.
`PATCH` allows providing just a subset of the resource, such as the values you actually want to change.

If you send the value `null` for a field, the field's content will be deleted, and the `missing_value` defined for the field in the schema will be set.
Note that this is not possible if the field is `required`, and it only works for Dexterity types, not Archetypes:
Note that this is not possible if the field is `required`:

```{eval-rst}
.. http:example:: curl httpie python-requests
Expand Down

0 comments on commit 1ec84f2

Please sign in to comment.