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 b59b6a7 commit af93e58Copy full SHA for af93e58
fern/openapi-overrides.yml
@@ -1379,6 +1379,18 @@ components:
1379
title: Custom atttributes
1380
type: object
1381
description: Custom data set for this data.
1382
+ conversation_teammates:
1383
+ properties:
1384
+ teammates: null
1385
+ admins:
1386
+ type: array
1387
+ description: The list of teammates who participated in the conversation
1388
+ (wrote at least one conversation part).
1389
+ items:
1390
+ "$ref": "#/components/schemas/reference"
1391
+ required:
1392
+ - type
1393
+ - admins
1394
securitySchemes:
1395
bearerAuth:
1396
x-fern-bearer:
0 commit comments