mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +02:00
closes #6272
This commit is contained in:
parent
d331e4e6e3
commit
b43dd28b7a
3 changed files with 14 additions and 3 deletions
12
doc/api.md
12
doc/api.md
|
@ -379,6 +379,18 @@ Friendica doesn't allow showing the friends of other users.
|
|||
|
||||
* media: image data
|
||||
|
||||
#### Return values
|
||||
|
||||
Object of:
|
||||
|
||||
* media_id: a media identifier (integer)
|
||||
* media_id_string: a media identifier (string)
|
||||
* size: size in byte
|
||||
* image.w: image width
|
||||
* image.h: image height
|
||||
* image.image_type: image mime type
|
||||
* image.friendica_preview_url: image preview url
|
||||
|
||||
---
|
||||
|
||||
### oauth/request_token (*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue