From: Michael Date: Tue, 30 Jul 2019 05:36:06 +0000 (+0000) Subject: Added documentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=cf67b8aa3788de9ebd1739e2c502127c328a1f2c;p=friendica.git Added documentation --- diff --git a/doc/api.md b/doc/api.md index ccd2e7a7ee..9d0dc8095b 100644 --- a/doc/api.md +++ b/doc/api.md @@ -393,6 +393,27 @@ Object of: --- +### media/metadata/create (POST,PUT; AUTH) + +#### Parameters + +Parameters are sent as JSON object: + +``` +{ + "media_id":"1234", + "alt_text": { + "text":"Here comes the description" + } +} +``` + +#### Return values + +None + +--- + ### oauth/request_token (*) #### Parameters