Skip to content

Commit

Permalink
fix dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
erwin1 committed Jan 24, 2025
1 parent 797d248 commit dfdd10c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/api-design-guidelines/docs/rest.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ The `PATCH` method is used to do partial updates of existing resources on an API

This contrasts with `PUT` which does updates using a complete representation of the resource, and must always be idempotent.

The `PATCH` method should be avoided on APIs built by/for publiq, until we have agreed on a standardized approach like using [JSON PATCH](http://jsonpatch.com/) or [Merge PATCH](https://datatracker.ietf.org/doc/rfc7396/).
The `PATCH` method should be avoided on APIs built by/for publiq, until we have agreed on a standardized approach like [Merge PATCH](https://datatracker.ietf.org/doc/rfc7396/).

**DELETE**

Expand Down

0 comments on commit dfdd10c

Please sign in to comment.