🗃️Endpoints - Les sujets
Dernière mise à jour
Cet article vous a-t-il été utile ?
Dernière mise à jour
Cet article vous a-t-il été utile ?
List topics
/v1/forums/{forumId}/topics
The id of the forum
The page number in a paginated set of results
The limit of results to be returned per page
Search Topic with a specified name
Search Topic that contains this value in his name
Get a topic
/v1/forums/{forumId}/topics/{topicId}
The id of the forum
The id of the topic
Update a topic
/v1/forums/{forumId}/topics/{topicId}
The id of the forum
The id of the topic
Name of the topic
Content of the topic
Delete a topic
/v1/forums/{forumId}/topics/{topicId}
The id of the forum
The id of the topic
No body
Create a topic
/v1/forums/{forumId}/topics
The id of the forum
Name of the topic
Content of the topic (in Markdown)
Create multiple topics
/v1/forums/{forumId}/topics~bulkCreate
ID of the forum
Name of the topic
Content of the topic (in Markdown)