diff --git a/docs/docs/cloud/reference/api/openapi.json b/docs/docs/cloud/reference/api/openapi.json index fd1147f3a..90cecdd76 100644 --- a/docs/docs/cloud/reference/api/openapi.json +++ b/docs/docs/cloud/reference/api/openapi.json @@ -5015,6 +5015,12 @@ }, "ThreadSearchRequest": { "properties": { + "ids": { + "type": "array", + "items": {"type": "string", "format": "uuid"}, + "title": "Ids", + "description": "List of thread IDs to include. Others are excluded." + }, "metadata": { "type": "object", "title": "Metadata",