Skip to main content
PUT
Update topic

Authorizations

Authorization
string
header
required

JWT authentication for organization-scoped endpoints.

Path Parameters

orgId
string
required

Organization ID

workspaceId
string
required

Workspace ID

topicId
string
required

Topic ID

Body

application/json

Request schema for updating a topic

title
string

Title of the topic

Example:

"User Interface Improvements"

description
string

Description of the topic

Example:

"General insight related to UI/UX improvements"

opportunityIds
string[]

List of opportunity IDs associated with the topic

Example:
insightIds
string[]

List of insight IDs associated with the topic

Example:

Response

Topic updated successfully

Response containing a single topic

data
object
required

Topic data