Guidelines on handling changes
- General:
- Add a new endpoint.
- Change the API behavior to fix a bug in the service.
- Change the rate limitation.
- Change error message text.
- Responses:
- Add a new property to JSON objects.
- Change the order of JSON object properties.
- Add a new type of change.
- Add a new response header.
- Add a body to a request that contained none.
- Requests:
- Add a new optional property to JSON objects.
- Add a new optional request header.
- Add a new optional query string parameter.
- Add a new filtering operator.
- Add an optional body to a request that contained none.