]> git.mxchange.org Git - friendica.git/blobdiff - doc/api.md
enable codecov
[friendica.git] / doc / api.md
index ccd2e7a7ee9490dbf60d852485256da157344bc8..d522767fd80b294fd93da04345a9dafb5a8a0b4c 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