Skip to content

Commit

Permalink
Updated OpenAPI specs
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Nov 5, 2024
1 parent de4bf08 commit f8f3488
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
42 changes: 42 additions & 0 deletions json/knowledgeapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -89034,6 +89034,24 @@
]
}
},
"facebookStoryType": {
"type": "array",
"description": "Array of Facebook RSVP types.",
"items": {
"type": "string",
"enum": [
"CHECKIN",
"COUPON",
"EVENT",
"FAN",
"MENTION",
"OTHER",
"PAGE_POST",
"QUESTION",
"USER_POST"
]
}
},
"folderIds": {
"type": "array",
"items": {
Expand Down Expand Up @@ -89100,6 +89118,30 @@
"UNIDENTIFIED"
]
},
"googleActionType": {
"type": "array",
"description": "Specifies the type of customer actions to be included in the report. Can only be used with the `GOOGLE_CUSTOMER_ACTIONS` metric.\n",
"items": {
"type": "string",
"enum": [
"ACTION_DRIVING_DIRECTIONS",
"ACTION_PHONE",
"ACTION_WEBSITE"
]
}
},
"googleQueryType": {
"type": "array",
"description": "Specifies the type of queries to be included in the report. Can only be used with the `GOOGLE_SEARCH_QUERIES` metric.",
"items": {
"type": "string",
"enum": [
"QUERIES_CHAIN",
"QUERIES_DIRECT",
"QUERIES_INDIRECT"
]
}
},
"hours": {
"type": "array",
"description": "Specifies the hour(s) of day that should be included in the report. Can only, and must be used with the `GOOGLE_PHONE_CALLS` metric.",
Expand Down
34 changes: 34 additions & 0 deletions yaml/knowledgeapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118195,6 +118195,21 @@ components:
- DECLINED
- INTERESTED
- MAYBE
facebookStoryType:
type: array
description: Array of Facebook RSVP types.
items:
type: string
enum:
- CHECKIN
- COUPON
- EVENT
- FAN
- MENTION
- OTHER
- PAGE_POST
- QUESTION
- USER_POST
folderIds:
type: array
items:
Expand Down Expand Up @@ -118247,6 +118262,25 @@ components:
- FEMALE
- MALE
- UNIDENTIFIED
googleActionType:
type: array
description: |
Specifies the type of customer actions to be included in the report. Can only be used with the `GOOGLE_CUSTOMER_ACTIONS` metric.
items:
type: string
enum:
- ACTION_DRIVING_DIRECTIONS
- ACTION_PHONE
- ACTION_WEBSITE
googleQueryType:
type: array
description: Specifies the type of queries to be included in the report. Can only be used with the `GOOGLE_SEARCH_QUERIES` metric.
items:
type: string
enum:
- QUERIES_CHAIN
- QUERIES_DIRECT
- QUERIES_INDIRECT
hours:
type: array
description: Specifies the hour(s) of day that should be included in the report. Can only, and must be used with the `GOOGLE_PHONE_CALLS` metric.
Expand Down

0 comments on commit f8f3488

Please sign in to comment.