Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

feat: add reply_to_list #89

Merged
merged 1 commit into from
Aug 6, 2021
Merged
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions oai.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
},
"cc": {
"type": "array",
"description": "An array of recipients who will receive a copy of your email. Each object in this array must contain the recipient's email address. Each object in the array may optionally contain the recpient's name.",
"description": "An array of recipients who will receive a copy of your email. Each object in this array must contain the recipient's email address. Each object in the array may optionally contain the recipient's name.",
"maxItems": 1000,
"items": {
"$ref": "#/definitions/cc_bcc_email_object"
}
},
"bcc": {
"type": "array",
"description": "An array of recipients who will receive a blind carbon copy of your email. Each object in this array must contain the recipient's email address. Each object in the array may optionally contain the recpient's name.",
"description": "An array of recipients who will receive a blind carbon copy of your email. Each object in this array must contain the recipient's email address. Each object in the array may optionally contain the recipient's name.",
"maxItems": 1000,
"items": {
"$ref": "#/definitions/cc_bcc_email_object"
Expand Down Expand Up @@ -13711,7 +13711,7 @@
]
}
},
"/segments/2.0": {
"/marketing/segments/2.0": {
"post": {
"operationId": "POST_segments",
"summary": "Create Segment",
Expand Down Expand Up @@ -13814,7 +13814,7 @@
]
}
},
"/segments/2.0/{segment_id}": {
"/marketing/segments/2.0/{segment_id}": {
"parameters": [
{
"name": "segment_id",
Expand Down Expand Up @@ -37701,4 +37701,4 @@
}
}
}
}
}
8 changes: 4 additions & 4 deletions oai.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,13 +95,13 @@ paths:
$ref: '#/definitions/to_email_array'
cc:
type: array
description: An array of recipients who will receive a copy of your email. Each object in this array must contain the recipient's email address. Each object in the array may optionally contain the recpient's name.
description: An array of recipients who will receive a copy of your email. Each object in this array must contain the recipient's email address. Each object in the array may optionally contain the recipient's name.
maxItems: 1000
items:
$ref: '#/definitions/cc_bcc_email_object'
bcc:
type: array
description: An array of recipients who will receive a blind carbon copy of your email. Each object in this array must contain the recipient's email address. Each object in the array may optionally contain the recpient's name.
description: An array of recipients who will receive a blind carbon copy of your email. Each object in this array must contain the recipient's email address. Each object in the array may optionally contain the recipient's name.
maxItems: 1000
items:
$ref: '#/definitions/cc_bcc_email_object'
Expand Down Expand Up @@ -11404,7 +11404,7 @@ paths:
type: string
security:
- Authorization: []
/segments/2.0:
/marketing/segments/2.0:
post:
operationId: POST_segments
summary: Create Segment
Expand Down Expand Up @@ -11483,7 +11483,7 @@ paths:
$ref: '#/definitions/errors-seg-v2'
security:
- Authorization: []
'/segments/2.0/{segment_id}':
'/marketing/segments/2.0/{segment_id}':
parameters:
- name: segment_id
in: path
Expand Down
10 changes: 5 additions & 5 deletions oai_stoplight.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,15 +55,15 @@
},
"cc": {
"type": "array",
"description": "An array of recipients who will receive a copy of your email. Each object in this array must contain the recipient's email address. Each object in the array may optionally contain the recpient's name.",
"description": "An array of recipients who will receive a copy of your email. Each object in this array must contain the recipient's email address. Each object in the array may optionally contain the recipient's name.",
"maxItems": 1000,
"items": {
"$ref": "#/definitions/cc_bcc_email_object"
}
},
"bcc": {
"type": "array",
"description": "An array of recipients who will receive a blind carbon copy of your email. Each object in this array must contain the recipient's email address. Each object in the array may optionally contain the recpient's name.",
"description": "An array of recipients who will receive a blind carbon copy of your email. Each object in this array must contain the recipient's email address. Each object in the array may optionally contain the recipient's name.",
"maxItems": 1000,
"items": {
"$ref": "#/definitions/cc_bcc_email_object"
Expand Down Expand Up @@ -15526,7 +15526,7 @@
}
}
},
"/segments/2.0": {
"/marketing/segments/2.0": {
"post": {
"operationId": "POST_segments",
"summary": "Create Segment",
Expand Down Expand Up @@ -15651,7 +15651,7 @@
}
}
},
"/segments/2.0/{segment_id}": {
"/marketing/segments/2.0/{segment_id}": {
"parameters": [
{
"name": "segment_id",
Expand Down Expand Up @@ -45187,4 +45187,4 @@
]
}
}
}
}