From 4453fb265b357b503439c388e247a9b8e76bb148 Mon Sep 17 00:00:00 2001 From: apidesigner Date: Tue, 14 Feb 2017 16:25:08 +0000 Subject: [PATCH] Updates message/content-negotiation.md Auto commit by GitBook Editor --- message/content-negotiation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/message/content-negotiation.md b/message/content-negotiation.md index d02ebfa..3ab8aa6 100644 --- a/message/content-negotiation.md +++ b/message/content-negotiation.md @@ -1,5 +1,5 @@ # Content Negotiation -Every API MUST implement and every API Consumer MUST use [HTTP content negotiation](https://tools.ietf.org/html/rfc7231#section-3.4) where a representation of a resource is requested. +Every API **MUST** implement and every API Consumer **MUST** use the [HTTP content negotiation](https://tools.ietf.org/html/rfc7231#section-3.4) where a representation of a resource is requested. > NOTE: The content negotiation plays the key role in evolving an API, **change management and versioning**.