mirror of https://github.com/docker/docs.git
Fix formatting of notification HTTP request
The syntax highlighting hint was wrong, which prevented the snippet from rendering with the correct highlighting.
This commit is contained in:
parent
4b292bec93
commit
7dbc74dc40
|
@ -159,7 +159,7 @@ request coming to an endpoint.
|
||||||
|
|
||||||
An example of a full event may look as follows:
|
An example of a full event may look as follows:
|
||||||
|
|
||||||
```http request
|
```http
|
||||||
GET /callback HTTP/1.1
|
GET /callback HTTP/1.1
|
||||||
Host: application/vnd.docker.distribution.events.v1+json
|
Host: application/vnd.docker.distribution.events.v1+json
|
||||||
Authorization: Bearer <your token, if needed>
|
Authorization: Bearer <your token, if needed>
|
||||||
|
|
Loading…
Reference in New Issue