From: Michael Date: Tue, 30 Jul 2019 05:38:10 +0000 (+0000) Subject: Use tabs X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=79bc773d020175255b2957b54849d686e48373da;p=friendica.git Use tabs --- diff --git a/doc/api.md b/doc/api.md index 9d0dc8095b..d522767fd8 100644 --- a/doc/api.md +++ b/doc/api.md @@ -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" + } } ```