Fix content type in Watcher docs

With this commit we change the incorrect content type `image.png` to `image/png`
in an example snippet in the Watcher docs.

Relates #33955
This commit is contained in:
horacimacias 2018-09-24 10:13:35 +02:00 committed by Daniel Mitterdorfer
parent 738d9f1a3a
commit 83877ea694
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ killed by firewalls or load balancers inbetween.
"attachments" : { "attachments" : {
"my_image.png" : { <1> "my_image.png" : { <1>
"http" : { <2> "http" : { <2>
"content_type" : "image.png", "content_type" : "image/png",
"request" : { "request" : {
"url": "http://example.org/foo/my-image.png" <3> "url": "http://example.org/foo/my-image.png" <3>
} }