mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
24 lines
457 B
BlitzBasic
24 lines
457 B
BlitzBasic
|
[h2]statuses/update[/h2]
|
||
|
Parameters
|
||
|
|
||
|
title: Title of the status
|
||
|
status: Status in text [or bbcode] format
|
||
|
htmlstatus: Status in HTML format
|
||
|
in_reply_to_status_id
|
||
|
lat: latitude
|
||
|
long: longitude
|
||
|
media: image data
|
||
|
source: Application name
|
||
|
group_allow
|
||
|
contact_allow
|
||
|
group_deny
|
||
|
contact_deny
|
||
|
|
||
|
|
||
|
Example
|
||
|
|
||
|
[code]
|
||
|
curl -u theUsername:thePassword http://mywebsite/api/statuses/update.xml -d status='Hello world'
|
||
|
[/code]
|
||
|
|