diff --git a/app/uk/gov/hmrc/apidocumentation/views/ReferenceView.scala.html b/app/uk/gov/hmrc/apidocumentation/views/ReferenceView.scala.html index b6238c8e..c34c2b7e 100644 --- a/app/uk/gov/hmrc/apidocumentation/views/ReferenceView.scala.html +++ b/app/uk/gov/hmrc/apidocumentation/views/ReferenceView.scala.html @@ -606,9 +606,9 @@
Request the version of the API you want to use by including an Accept header with a media type of:
You choose the version of the API you want to use by sending an Accept header with a media type of:
application/vnd.hmrc.[version]+[content-type]
application/vnd.hmrc.1.0+json
We release backwards-compatible changes in the same version, so you don't need to change your Accept header. We release backwards-incompatible changes in a new version, and you must change your Accept header to use it.
Learn more about API version statuses.