autonomous.contact/public/api/topics/:topic_id
2025-10-25 19:44:07 -07:00
..
events fix: clean up fixes after APP overhaul 2025-10-25 19:44:07 -07:00
index.ts refactor: zones => topics 2025-09-10 12:51:27 -07:00
README.md refactor: zones => topics 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.