Update run
Replace the tag set for an existing run. Works for simulation runs and for monitored conversations, which are their own runs, so PATCHing a conversation’s run id tags exactly that conversation. Provide an empty list to clear all tags.
For a monitored conversation the response is a minimal confirmation of
the tag write (name, run_id, tags); conversation lifecycle fields
belong to the conversations:read scope and are not returned here.
Authorizations
API key for authentication
Path Parameters
Unique identifier for the run. Simulation run ids are 22 characters; monitored conversations are their own runs and their ids may be up to 26 characters, so tagging a conversation uses its conversation id here.
22 - 26Body
Full replacement list of run tags. Duplicate tags are automatically removed. Leading/trailing whitespace is stripped. Provide an empty list to clear all tags.
20200Response
Run updated successfully
- Option 1
- Option 2