Added documentation

This commit is contained in:
Michael 2019-07-30 05:36:06 +00:00
parent 223cb8f037
commit cf67b8aa37
1 changed files with 21 additions and 0 deletions

View 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