Skip to content

Commit 0556740

Browse files
Update documentation/API-design-guidelines.md
fix typo Co-authored-by: Pedro Díez García <pedro.diezgarcia@telefonica.com>
1 parent 8f1ffc6 commit 0556740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/API-design-guidelines.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ Backward compatible changes to an API that **DO NOT** affect consumers:
648648
- Adding a new endpoint
649649
- Adding new operations on a resource (`PUT`, `POST`, ...).
650650
- Adding optional input parameters to requests on existing resources. For example, adding a new filter parameter in a GET on a collection of resources.
651-
- Changing an input parameter from reqmandatory to optional. For example: when creating a resource, a property of said resource that was previously mandatory becomes optional.
651+
- Changing an input parameter from mandatory to optional. For example: when creating a resource, a property of said resource that was previously mandatory becomes optional.
652652
- Adding new properties in the representation of a resource returned by the server. For example, adding a new age field to a Person resource, which originally was made up of nationality and name.
653653

654654
Breaking changes to an API that **DO** affect consumers:

0 commit comments

Comments
 (0)