Merge pull request #5273 from hoksilato/patch-2

[ci skip] Update rest-response-formatting.md
This commit is contained in:
Alexander Makarov
2014-10-01 12:11:26 +04:00

View File

@ -17,7 +17,7 @@ with response formatting:
Yii supports content negotiation via the [[yii\filters\ContentNegotiator]] filter. The RESTful API base
controller class [[yii\rest\Controller]] is equipped with this filter under the name of `contentNegotiator`.
The filer provides response format negotiation as well as language negotiation. For example, if a RESTful
The filter provides response format negotiation as well as language negotiation. For example, if a RESTful
API request contains the following header,
```