Added documentation
This commit is contained in:
parent
223cb8f037
commit
cf67b8aa37
1 changed files with 21 additions and 0 deletions
21
doc/api.md
21
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 (*)
|
### oauth/request_token (*)
|
||||||
|
|
||||||
#### Parameters
|
#### Parameters
|
||||||
|
|
Loading…
Reference in a new issue