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: 10 additions & 7 deletions spec/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5042,6 +5042,7 @@ paths:
schema:
type: string
format: uuid
example: '3fa85f64-5717-4562-b3fc-2c963f66afa6'
responses:
'200':
description: Returns a single contact
Expand Down Expand Up @@ -5299,6 +5300,7 @@ paths:
schema:
type: string
format: uuid
example: 025e93d3-051b-43f9-b12e-4b5842228dee
responses:
'204':
description: Contact list is deleted
Expand Down Expand Up @@ -5338,7 +5340,7 @@ paths:
schema:
type: string
format: uuid
example: 025e93d3-051b-43f9-b12e-4b5842228dee
example: 025e93d3-051b-43f9-b12e-4b5842228dee
requestBody:
content:
application/json:
Expand Down Expand Up @@ -5389,7 +5391,7 @@ paths:
schema:
type: string
format: uuid
example: 025e93d3-051b-43f9-b12e-4b5842228dee
example: 025e93d3-051b-43f9-b12e-4b5842228dee
requestBody:
content:
application/json:
Expand Down Expand Up @@ -5438,15 +5440,15 @@ paths:
schema:
type: string
format: uuid
example: 025e93d3-051b-43f9-b12e-4b5842228dee
example: 025e93d3-051b-43f9-b12e-4b5842228dee
- name: contactId
in: path
description: Contact id to remove in UUID format
required: true
schema:
type: string
format: uuid
example: 4a03d2d8-1f85-463f-bdb4-2891c17258a7
example: 4a03d2d8-1f85-463f-bdb4-2891c17258a7
responses:
'200':
description: Contacts have been added
Expand Down Expand Up @@ -5494,15 +5496,15 @@ paths:
schema:
type: string
format: uuid
example: 025e93d3-051b-43f9-b12e-4b5842228dee
example: 025e93d3-051b-43f9-b12e-4b5842228dee
- name: contactId
in: path
description: Contact id to add in UUID format
required: true
schema:
type: string
format: uuid
example: 4a03d2d8-1f85-463f-bdb4-2891c17258a7
example: 4a03d2d8-1f85-463f-bdb4-2891c17258a7
responses:
'204':
description: No Content
Expand Down Expand Up @@ -10133,7 +10135,7 @@ components:
type: array
description: Contact custom fields
items:
$ref: '#/components/schemas/UpdateCustomFieldRequest'
$ref: '#/components/schemas/CreateCustomFieldRequest'
description: Contact update payload
GetListsRequest:
type: object
Expand Down Expand Up @@ -10241,6 +10243,7 @@ components:
items:
type: string
format: uuid
example: 025e93d3-051b-43f9-b12e-4b5842228dee
contactIds:
type: array
items:
Expand Down