Fix grammatical issue (#34)

This commit is contained in:
Mohamed Oun 2017-07-08 19:06:05 +03:00 committed by Vahid Panjganj
parent c81ace7308
commit 3aff6662b3

View File

@ -233,7 +233,7 @@ If there is a relation between resources like employee to a company, use `id` i
* **POST** `/schools ` Should create a new school and return the details of the new school created. Use POST on collection-URLs
### 9.4 API Versioning
When your APIs are public other third parties, upgrading the APIs with some breaking change would also lead to breaking the existing products or services using your APIs. Using versions in your URL can prevent that from happening:
When your APIs are public for other third parties, upgrading the APIs with some breaking change would also lead to breaking the existing products or services using your APIs. Using versions in your URL can prevent that from happening:
`http://api.domain.com/v1/schools/3/students `
### 9.5 Send feedbacks