This repository was archived by the owner on Jul 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
API Endpoints
Elliott Lépine edited this page Aug 4, 2021
·
1 revision
Creates a topic
"text": [string],
"textarea": [string]Deletes a topic (moderators only)
Returns a list of all the topics
Returns the data of the specified topic
Posts a message
"text": [string],
"textarea": [string],
"media": [base64],
"topic": [string],
"parent": [string]Returns 10 messages from a specified topic
Returns a message and its replies
Posts a ticket
"email": [string],
"type": [string],
"content": [string]Deletes a ticket
Returns all tickets
Edits instance (moderators only)
Creates a moderator (moderators only)
"text" : [string],
"email": [string],
"password": [string]Returns list of all moderators (moderators only)
Returns a 200 HTTP status if the user is logged as a moderator
Log in as a moderator
email: [string],
password: [string]