diff --git a/specs/openapi.json b/specs/openapi.json index b6aaf8b..772e9b7 100644 --- a/specs/openapi.json +++ b/specs/openapi.json @@ -29353,6 +29353,15 @@ "null" ] }, + "first_messages": { + "type": [ + "array", + "null" + ], + "items": { + "$ref": "#/components/schemas/MessageResponse" + } + }, "total_results": { "type": [ "integer", @@ -29427,6 +29436,15 @@ "boolean", "null" ] + }, + "first_messages": { + "type": [ + "array", + "null" + ], + "items": { + "$ref": "#/components/schemas/MessageResponse" + } } }, "required": [ diff --git a/specs/openapi_preview.json b/specs/openapi_preview.json index 29ea22d..b761ce3 100644 --- a/specs/openapi_preview.json +++ b/specs/openapi_preview.json @@ -29785,6 +29785,15 @@ "null" ] }, + "first_messages": { + "type": [ + "array", + "null" + ], + "items": { + "$ref": "#/components/schemas/MessageResponse" + } + }, "total_results": { "type": [ "integer", @@ -29859,6 +29868,15 @@ "boolean", "null" ] + }, + "first_messages": { + "type": [ + "array", + "null" + ], + "items": { + "$ref": "#/components/schemas/MessageResponse" + } } }, "required": [