mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-08 00:04:27 +02:00
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…
Add table
Add a link
Reference in a new issue