Update the label/name of KB tags by tagID.

📘

All requests to any Knowledge Base APIs require a Dialog Manager API Key.

To obtain this key, go to the Integration tab on the project you uploaded data sources to and click the "Copy API key" button.

Example

Request

{
	"label": "advanced"
}

Response

{
	"data": {
		"label": "advanced",
		"tagID": "651dc969f5827c2435475fda"
	}
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!