Skip to content

Commit 843122f

Browse files
committed
Update OpenAPI specs
This update comes directly from primary source repo Private OpenAPI repo SHA: bc0e3fafa37c0b9eada5fcb0c7619c4cc96b99c2 Primary source repo SHA: 07099bda830e47f5231abb0cc6284ab5af3db793
1 parent 11f6a47 commit 843122f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

source_specs/client_rest.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6074,12 +6074,18 @@ components:
60746074
description: A historical representation of a series of chat messages a user had with Glean Assistant.
60756075
allOf:
60766076
- $ref: '#/components/schemas/ChatMetadata'
6077+
- $ref: '#/components/schemas/PermissionedObject'
60776078
properties:
60786079
messages:
60796080
type: array
60806081
items:
60816082
$ref: '#/components/schemas/ChatMessage'
60826083
description: The chat messages within a Chat.
6084+
roles:
6085+
type: array
6086+
items:
6087+
$ref: '#/components/schemas/UserRoleSpecification'
6088+
description: A list of roles for this chat session explicitly granted.
60836089
ChatResult:
60846090
properties:
60856091
chat:

0 commit comments

Comments
 (0)