Skip to content

Commit

Permalink
Updated OpenAPI specs
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Oct 23, 2023
1 parent abaf358 commit 1950758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions json/eventsapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@
"type": "string",
"minLength": 48,
"maxLength": 48,
"example": "MDFIQjlKWkM5SlhaU0dEUjJNRFBCUFdLWTHeIqvURTeRr2EC",
"description": "The ID of a conversation an event was tied to. Not all events are tied to a specific conversation. For example, both impressions are registered before the conversation begins. Must be 48 chars long"
},
"responseId": {
Expand Down
1 change: 1 addition & 0 deletions yaml/eventsapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ components:
type: string
minLength: 48
maxLength: 48
example: MDFIQjlKWkM5SlhaU0dEUjJNRFBCUFdLWTHeIqvURTeRr2EC
description: The ID of a conversation an event was tied to. Not all events are tied to a specific conversation. For example, both impressions are registered before the conversation begins. Must be 48 chars long
responseId:
type: string
Expand Down

0 comments on commit 1950758

Please sign in to comment.