autonomous.contact/public/api/topics/:topic_id/README.md

24 lines
314 B
Markdown
Raw Normal View History

2025-09-10 12:51:27 -07:00
# /api/topics/:topic_id
Interact with a specific topic.
## GET /api/topics/:topic_id
Get the topic specified by `:topic_id`.
## PUT /api/topics/:topic_id
Update the topics specified by `:topic_id`.
Eg:
```
{
name?: string;
}
```
## DELETE /api/topics/:topic_id
Delete the topic specified by `:topic_id`.