File tree Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Expand file tree Collapse file tree 1 file changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -2296,10 +2296,7 @@ paths:
22962296 - name: featured
22972297 in: query
22982298 schema:
2299- type: string
2300- enum:
2301- - 'true'
2302- - 'false'
2299+ type: boolean
23032300 - name: savedContactsNotInDirectory
23042301 in: query
23052302 required: true
@@ -59603,11 +59600,7 @@ components:
5960359600 type: string
5960459601 title: uuid
5960559602 hidden:
59606- oneOf:
59607- - type: boolean
59608- - type: boolean
59609- enum:
59610- - false
59603+ type: boolean
5961159604 requestRemindersSent:
5961259605 type: number
5961359606 requestReminderLastSent:
@@ -59748,11 +59741,7 @@ components:
5974859741 type: string
5974959742 title: uuid
5975059743 hidden:
59751- oneOf:
59752- - type: boolean
59753- - type: boolean
59754- enum:
59755- - false
59744+ type: boolean
5975659745 requestRemindersSent:
5975759746 type: number
5975859747 requestReminderLastSent:
You can’t perform that action at this time.
0 commit comments