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 20, 2023
1 parent 9786d85 commit abaf358
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions json/eventsapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
{
"type": "string",
"title": "Standard",
"description": "`caseSensitive: false` <br>The action which caused the event. For a full list of supported standard actions, see our documentation on Hitchhikers [here](https://hitchhikers.yext.com/docs/analytics/standard-actions/).<br> **Note:** If the action is `CHAT_RESPONSE`, the `responseId` must be present in the `chat` domain object.",
"description": "`caseSensitive: false` <br>The action which caused the event. For a full list of supported standard actions, see our documentation on Hitchhikers [here](https://hitchhikers.yext.com/docs/analytics/standard-actions/). <br> **Note:** If the action is `CHAT_RESPONSE`, the `responseId` must be present in the `chat` domain object.",
"enum": [
"ADD_TO_CART",
"ALL_TAB_NAVIGATION",
Expand All @@ -142,14 +142,14 @@
"BACKWARD_PAGINATE",
"BOOK",
"BRAND_ICON",
"CALL_TO_ACTION",
"CASE_START",
"CASE_SUBMITTED",
"CHAT_IMPRESSION",
"CHAT_LINK_CLICK",
"CHAT_RESPONSE",
"COLLAPSE",
"DIRECTIONS",
"CTA_CLICK",
"DRIVING_DIRECTIONS",
"EVENT",
"EXPAND",
"FEATURED_MESSAGE",
Expand All @@ -162,8 +162,8 @@
"MENU",
"MESSAGE",
"ORDER",
"PAGE_VIEW",
"PAGINATE",
"PHONE",
"POST",
"PRESET_PROMPT",
"PRODUCT",
Expand All @@ -175,6 +175,7 @@
"SCROLL_TO_BOTTOM_OF_PAGE",
"SEARCH_BAR_IMPRESSION",
"SEARCH_CLEAR_BUTTON",
"TAP_TO_CALL",
"THUMBS_DOWN",
"THUMBS_UP",
"TICKET_URL",
Expand Down
9 changes: 5 additions & 4 deletions yaml/eventsapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ components:
oneOf:
- type: string
title: Standard
description: '`caseSensitive: false` <br>The action which caused the event. For a full list of supported standard actions, see our documentation on Hitchhikers [here](https://hitchhikers.yext.com/docs/analytics/standard-actions/).<br> **Note:** If the action is `CHAT_RESPONSE`, the `responseId` must be present in the `chat` domain object.'
description: '`caseSensitive: false` <br>The action which caused the event. For a full list of supported standard actions, see our documentation on Hitchhikers [here](https://hitchhikers.yext.com/docs/analytics/standard-actions/). <br> **Note:** If the action is `CHAT_RESPONSE`, the `responseId` must be present in the `chat` domain object.'
enum:
- ADD_TO_CART
- ALL_TAB_NAVIGATION
Expand All @@ -207,14 +207,14 @@ components:
- BACKWARD_PAGINATE
- BOOK
- BRAND_ICON
- CALL_TO_ACTION
- CASE_START
- CASE_SUBMITTED
- CHAT_IMPRESSION
- CHAT_LINK_CLICK
- CHAT_RESPONSE
- COLLAPSE
- DIRECTIONS
- CTA_CLICK
- DRIVING_DIRECTIONS
- EVENT
- EXPAND
- FEATURED_MESSAGE
Expand All @@ -227,8 +227,8 @@ components:
- MENU
- MESSAGE
- ORDER
- PAGE_VIEW
- PAGINATE
- PHONE
- POST
- PRESET_PROMPT
- PRODUCT
Expand All @@ -240,6 +240,7 @@ components:
- SCROLL_TO_BOTTOM_OF_PAGE
- SEARCH_BAR_IMPRESSION
- SEARCH_CLEAR_BUTTON
- TAP_TO_CALL
- THUMBS_DOWN
- THUMBS_UP
- TICKET_URL
Expand Down

0 comments on commit abaf358

Please sign in to comment.