We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d21c4cb commit 30394f8Copy full SHA for 30394f8
fern/openapi-overrides.yml
@@ -1379,7 +1379,21 @@ components:
1379
title: Custom atttributes
1380
type: object
1381
description: Custom data set for this data.
1382
-
+
1383
+ # change teammates.teammates to teammates.admins
1384
+ conversation_teammates:
1385
+ properties:
1386
+ teammates: null
1387
+ admins:
1388
+ type: array
1389
+ description: The list of teammates who participated in the conversation
1390
+ (wrote at least one conversation part).
1391
+ items:
1392
+ "$ref": "#/components/schemas/reference"
1393
+ required:
1394
+ - type
1395
+ - admins
1396
1397
# changing Record<string, string> to Record<string, unknown> wherever possible
1398
company:
1399
properties:
0 commit comments