cURL
curl --request POST \ --url https://realtime.voiceflow.com/v1alpha1/public/knowledge-base/document/{documentID}/tags/attach \ --header 'Content-Type: application/json' \ --data ' { "data": { "tags": [ "<string>" ] } } '
Show child attributes
Attach many tags to one document by id in the target project
Was this page helpful?