Requires TokenAgecheckCache Purgepost_cafe_create
This call creates a new café.
Primary URL: https://endpoint.hey.cafe/post_cafe_createtextRequiredalias
The alias for the new café, this is used for mention tags and also the url.
textRequiredname
The name for the new café that will be used.
Requires TokenAgecheckCache Purgepost_cafe_delete
This call deletes a café.
Primary URL: https://endpoint.hey.cafe/post_cafe_deletetextRequiredcafe
The ID of the café to delete. It must have no other admins.
Requires TokenAgecheckCache Purgepost_cafe_join
This call makes the account join a café. Our limit is an account can only join up to 1000 cafés, no more. Once done the account may require to be approved, if this is the case the `response_data` will be `wait`.
Primary URL: https://endpoint.hey.cafe/post_cafe_jointextRequiredcafe
The ID of the café you want to join.
Requires TokenAgecheckCache Purgepost_cafe_favourite
Mark a café you are in as one of your favourites.
Primary URL: https://endpoint.hey.cafe/post_cafe_favouritetextRequiredcafe
The ID of the café you want to favourite.
Requires TokenAgecheckCache Purgepost_cafe_unfavourite
Remove a café you are in as one of your favourites.
Primary URL: https://endpoint.hey.cafe/post_cafe_unfavouritetextRequiredcafe
The ID of the café you want to unfavourite.
Requires TokenAgecheckCache Purgepost_cafe_update_notifications
Updates the personal setting for the account if it will get notifications for @everyone tags in a café.
Primary URL: https://endpoint.hey.cafe/post_cafe_update_notificationstextRequiredcafe
The café alias, or id.
textRequiredmode
The mode for the setting change, the values are on or off.
Requires TokenAgecheckCache Purgepost_cafe_update_welcome
Updates the welcome message that shows at the top of a café when you are a member.
Primary URL: https://endpoint.hey.cafe/post_cafe_update_welcometextRequiredcafe
The café alias, or id.
textRequiredcontent
The content for the box. Send empty to remove.
Requires TokenAgecheckCache Purgepost_cafe_update_rules
Updates the rules page content that shows on the café.
Primary URL: https://endpoint.hey.cafe/post_cafe_update_rulestextRequiredcafe
The café alias, or id.
textRequiredcontent
The content listing the rules. Send empty to remove.
Requires TokenAgecheckCache Purgepost_cafe_update_website
Updates the website link that will show on the café.
Primary URL: https://endpoint.hey.cafe/post_cafe_update_websitetextRequiredcafe
The café alias, or id.
textRequiredwebsite
The website url. Send empty to remove.
Requires TokenAgecheckCache Purgepost_cafe_update_view
Updates the view style setting for the café.
Primary URL: https://endpoint.hey.cafe/post_cafe_update_viewtextRequiredcafe
The café alias, or id.
textRequiredview
The only options are normal and forum. Normal is default.
Requires TokenAgecheckCache Purgepost_cafe_update_rule_require_tag
Updates the require_tag setting for the café.
Primary URL: https://endpoint.hey.cafe/post_cafe_update_rule_require_tagtextRequiredcafe
The café alias, or id.
textRequiredmode
The only options are on, or off. Off is default.
Requires TokenAgecheckCache Purgepost_cafe_update_member_admin
Makes or removes admin status from an account in the café.
Primary URL: https://endpoint.hey.cafe/post_cafe_update_member_admintextRequiredcafe
The café alias, or id.
textRequiredmode
The only options are on, or off.
textRequiredmember
The account alias, or id.
Requires TokenAgecheckCache Purgepost_cafe_update_member_moderator
Makes or removes moderator status from an account in the café.
Primary URL: https://endpoint.hey.cafe/post_cafe_update_member_moderatortextRequiredcafe
The café alias, or id.
textRequiredmode
The only options are on, or off.
textRequiredmember
The account alias, or id.
Requires TokenAgecheckCache Purgepost_cafe_update_member_status
Can set if an account is active, banned, or removed from a café.
Primary URL: https://endpoint.hey.cafe/post_cafe_update_member_statustextRequiredcafe
The café alias, or id.
textRequiredmode
The only options are on, or off.
textRequiredmember
The account alias, or id.
Requires TokenAgecheckCache Purgepost_cafe_report_open
Open all reports for a content type and let the reporter know we are looking into it, also makes you the investigator.
Primary URL: https://endpoint.hey.cafe/post_cafe_report_opentextRequiredresource_cafe
The ID of the café.
textRequiredresource_type
The resource type like account, cafe, conversation, or comment.
textRequiredresource_id
The resource id.
Requires TokenAgecheckCache Purgepost_staff_report_open
Close all reports for a content type and let the reporter know the results.
Primary URL: https://endpoint.hey.cafe/post_staff_report_opentextRequiredresource_cafe
The ID of the café.
textRequiredresource_type
The resource type like account, cafe, conversation, or comment.
textRequiredresource_id
The resource id.
textRequiredresource_valid
true or false text if the report is valid or not, this will change what we tell the user.