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