Topics

Get a topic

get

Get a topic based on the uuid.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
topicUuidstringRequired
Responses
get
/topics/{topicUuid}
default

Topic Get Body

Update a topic

put

Update an existing topic

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
topicUuidstringRequired
Body
titlestringOptional
Responses
put
/topics/{topicUuid}
default

Error Response Body

Create a Topic

post

Create a Topic and assigns it to the user immediately

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
titlestringOptional
Responses
post
/topics
default

Error Response Body