Use tabs
authorMichael <heluecht@pirati.ca>
Tue, 30 Jul 2019 05:38:10 +0000 (05:38 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 30 Jul 2019 05:38:10 +0000 (05:38 +0000)
doc/api.md

index 9d0dc80..d522767 100644 (file)
@@ -401,10 +401,10 @@ Parameters are sent as JSON object:
 
 ```
 {
-  "media_id":"1234",
-  "alt_text": {
-    "text":"Here comes the description"
-  }
+       "media_id":"1234",
+       "alt_text": {
+               "text":"Here comes the description"
+       }
 }
 ```