Data Source Tags
Create Source Tag
Create a source tag for a chabot. Source tags can be used to organize sources.
POST
/
api
/
v1
/
chatbot
/
<uuid>
/
source-tag
/
create
Path
uuid
string
requiredBody
name
string
requiredcolor
string
requiredThe color of the tag in code format, e.g. #088F8F
data_source_uuids
List[string]
The list of data sources to initially be included in the source tag.
Response
uuid
string
name
string
color
string
data_source_uuids
List[string]
created_at
string
modified_at
string