Skip to content

Commit

Permalink
Update docusaurus-docs/community/policies/backwards-compatibility.md
Browse files Browse the repository at this point in the history
Co-authored-by: Tania Allard <[email protected]>
  • Loading branch information
dcmcand and trallard authored Dec 22, 2023
1 parent 2378c10 commit 58fd99e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Introducing breaking changes to the database can be destructive to data and prev

### REST API endpoints

REST API endpoints need to be versioned on a per endpoint basis to allow endpoints to be versioned independently. New endpoints will start at `v1`.
REST API endpoints are versioned on a per-endpoint basis. New endpoints will start at `v1`.

Non-breaking changes do not require a new version of an endpoint. For REST API endpoints, examples on non-breaking changes are:

Expand Down

0 comments on commit 58fd99e

Please sign in to comment.