Merge pull request #3692 from aaronlehmann/get-request-in-example

Change GET in example request to POST
pull/3693/head
Milos Gajdos 2022-07-18 17:08:15 +01:00 committed by GitHub
commit b655f9dda4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ request coming to an endpoint.
An example of a full event may look as follows:
```http request
GET /callback HTTP/1.1
POST /callback HTTP/1.1
Host: application/vnd.docker.distribution.events.v1+json
Authorization: Bearer <your token, if needed>
Content-Type: application/vnd.docker.distribution.events.v1+json