Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 3 additions & 14 deletions api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2296,10 +2296,7 @@ paths:
- name: featured
in: query
schema:
type: string
enum:
- 'true'
- 'false'
type: boolean
- name: savedContactsNotInDirectory
in: query
required: true
Expand Down Expand Up @@ -59603,11 +59600,7 @@ components:
type: string
title: uuid
hidden:
oneOf:
- type: boolean
- type: boolean
enum:
- false
type: boolean
requestRemindersSent:
type: number
requestReminderLastSent:
Expand Down Expand Up @@ -59748,11 +59741,7 @@ components:
type: string
title: uuid
hidden:
oneOf:
- type: boolean
- type: boolean
enum:
- false
type: boolean
requestRemindersSent:
type: number
requestReminderLastSent:
Expand Down