JavaScript
Topics
Create a new topic
Creates a new topic.
POST
JavaScript
Authorizations
Your unique Avido API key
Your unique Avido Application ID
Body
application/json
Request body for creating a new topic
Title of the topic
Minimum string length:
1Example:
"Code Quality"
Optional baseline score for this topic
Example:
0.85
Status of the topic (defaults to ACTIVE if not provided)
Available options:
DRAFT, ACTIVE Example:
"ACTIVE"
Optional quickstart ID to link this topic to
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Example:
"123e4567-e89b-12d3-a456-426614174000"
Response
Successfully created topic
Successful response containing the topic data
Details about a single Topic