From cf67b8aa3788de9ebd1739e2c502127c328a1f2c Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 30 Jul 2019 05:36:06 +0000 Subject: [PATCH] Added documentation --- doc/api.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) 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