]> git.mxchange.org Git - friendica.git/commitdiff
Added documentation
authorMichael <heluecht@pirati.ca>
Tue, 30 Jul 2019 05:36:06 +0000 (05:36 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 30 Jul 2019 05:36:06 +0000 (05:36 +0000)
doc/api.md

index ccd2e7a7ee9490dbf60d852485256da157344bc8..9d0dc8095be76f5e4102a7a37c3124b329df4ee6 100644 (file)
@@ -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