Skip to content

Commit

Permalink
Update notifications.md (docker#3399)
Browse files Browse the repository at this point in the history
  • Loading branch information
scjane authored and johndmulhausen committed Jun 2, 2017
1 parent 3740890 commit 3eab07f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions registry/notifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ INFO[0000] configuring endpoint alistener (https://mylistener.example.com/event)

Events have a well-defined JSON structure and are sent as the body of
notification requests. One or more events are sent in a structure called an
envelope. Each event has a unique id that can be used to uniquely identify incoming
envelope. Each event has a unique ID that can be used to uniquely identify incoming
requests, if required. Along with that, an _action_ is provided with a
_target_, identifying the object mutated during the event.

Expand Down Expand Up @@ -117,7 +117,7 @@ manifest:


The target struct of events which are sent when manifests and blobs are deleted
will contain a subset of the data contained in Get and Put events. Specifically,
will contain a subset of the data contained in Get and Put events. Specifically,
only the digest and repository will be sent.

```json
Expand Down

0 comments on commit 3eab07f

Please sign in to comment.