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:
parent
738d9f1a3a
commit
83877ea694
|
@ -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>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue