Attaches KB tags to a document.

Attaches existing KB tags to a document (documentID).

🚧

The Tags API is a legacy API. We recommend adding tags at metadata to your documents moving forward.

Future features will not be compatible with the Tags API.

Example

Request

{
	"data": {
		"tags": [
			"advanced",
			"big_scale"
		]
	}
}

Response

Successful response will be blank.

Language
Credentials
Header
Click Try It! to start a request and see the response here!