Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

Commit 172a30f

Browse files
author
Matt Bernier
committed
Merge pull request #1171 from sendgrid/apiv3
removing duplicate v3s from urls
2 parents 8c96b74 + 47bf3ac commit 172a30f

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

source/API_Reference/Web_API_v3/Settings/mail.apiblueprint

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FORMAT: 1A
1414

1515
# Mail Settings
1616

17-
## Mail Settings Collection [/v3/mail_settings?limit={limit}&offset={offset}]
17+
## Mail Settings Collection [/mail_settings?limit={limit}&offset={offset}]
1818

1919
+ Parameters
2020
+ limit (optional, number, `20`) ... Number of settings to return.
@@ -39,7 +39,7 @@ FORMAT: 1A
3939
}
4040

4141

42-
## Address Whitelisting Settings [/v3/mail_settings/address_whitelist]
42+
## Address Whitelisting Settings [/mail_settings/address_whitelist]
4343

4444
### Get Address Whitelist Settings [GET]
4545

@@ -72,7 +72,7 @@ FORMAT: 1A
7272
"list": ["[email protected]", "example.com"]
7373
}
7474

75-
## BCC Settings [/v3/mail_settings/bcc]
75+
## BCC Settings [/mail_settings/bcc]
7676

7777
### Get BCC Settings [GET]
7878

@@ -105,7 +105,7 @@ FORMAT: 1A
105105
"email": "[email protected]"
106106
}
107107

108-
## Bounce Purge Settings [/v3/mail_settings/bounce_purge]
108+
## Bounce Purge Settings [/mail_settings/bounce_purge]
109109

110110

111111
### Get Bounce Purge Settings [GET]
@@ -146,7 +146,7 @@ The number that is passed for both "hard_bounces" and "soft_bounces" must be a p
146146
"soft_bounces": 1
147147
}
148148

149-
## Event Notification [/v3/user/webhooks/event/settings]
149+
## Event Notification [/user/webhooks/event/settings]
150150

151151
### Get Event Notification Settings [GET]
152152

@@ -212,7 +212,7 @@ The number that is passed for both "hard_bounces" and "soft_bounces" must be a p
212212
"dropped": true
213213
}
214214

215-
## Event Notification Test [/v3/user/webhooks/event/test]
215+
## Event Notification Test [/user/webhooks/event/test]
216216

217217
### Test Event Notification Settings [POST]
218218
Sends a fake event notification post to the provided URL.
@@ -227,7 +227,7 @@ Sends a fake event notification post to the provided URL.
227227

228228
+ Response 204 (application/json)
229229

230-
## Footer Settings [/v3/mail_settings/footer]
230+
## Footer Settings [/mail_settings/footer]
231231

232232
### Get Footer Settings [GET]
233233

@@ -263,7 +263,7 @@ Sends a fake event notification post to the provided URL.
263263
"plain_content": "..."
264264
}
265265

266-
## Forward Bounce Settings [/v3/mail_settings/forward_bounce]
266+
## Forward Bounce Settings [/mail_settings/forward_bounce]
267267

268268
### Get Forward Bounce Settings [GET]
269269

@@ -296,7 +296,7 @@ Sends a fake event notification post to the provided URL.
296296
"email": "email address"
297297
}
298298

299-
## Forward Spam Settings [/v3/mail_settings/forward_spam]
299+
## Forward Spam Settings [/mail_settings/forward_spam]
300300

301301
### Get Forward Spam Settings [GET]
302302

@@ -329,7 +329,7 @@ Sends a fake event notification post to the provided URL.
329329
"email": "email address"
330330
}
331331

332-
## Legacy Template Settings [/v3/mail_settings/template]
332+
## Legacy Template Settings [/mail_settings/template]
333333

334334
### Get Template Settings [GET]
335335

@@ -363,7 +363,7 @@ Sends a fake event notification post to the provided URL.
363363
}
364364

365365

366-
## Plain Content Settings [/v3/mail_settings/plain_content]
366+
## Plain Content Settings [/mail_settings/plain_content]
367367

368368
### Get Plain Content Settings [GET]
369369

@@ -391,4 +391,4 @@ Sends a fake event notification post to the provided URL.
391391

392392
{
393393
"enabled": true
394-
}
394+
}

source/API_Reference/Web_API_v3/Settings/partners.apiblueprint

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FORMAT: 1A
1515

1616
# Group Partner Settings
1717

18-
## Partner Settings Collection [/v3/partner_settings?limit={limit}&offset={offset}]
18+
## Partner Settings Collection [/partner_settings?limit={limit}&offset={offset}]
1919

2020
+ Parameters
2121
+ limit (optional, number, `20`) ... Number of settings to return.
@@ -39,7 +39,7 @@ FORMAT: 1A
3939
]
4040
}
4141

42-
## New Relic Partner Settings Resource [/v3/partner_settings/new_relic]
42+
## New Relic Partner Settings Resource [/partner_settings/new_relic]
4343

4444
### Get New Relic Settings [GET]
4545

@@ -72,7 +72,7 @@ FORMAT: 1A
7272
"license_key": "key"
7373
}
7474

75-
## SendWithUs Partner Settings Resource [/v3/partner_settings/sendwithus]
75+
## SendWithUs Partner Settings Resource [/partner_settings/sendwithus]
7676

7777
### Get SendWithUs Settings [GET]
7878

@@ -103,4 +103,4 @@ FORMAT: 1A
103103
{
104104
"enabled": true,
105105
"license_key": "key"
106-
}
106+
}

source/API_Reference/Web_API_v3/Settings/tracking.apiblueprint

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ FORMAT: 1A
1515

1616
# Group Tracking Settings
1717

18-
## Tracking Settings Collection [/v3/tracking_settings?limit={limit}&offset={offset}]
18+
## Tracking Settings Collection [/tracking_settings?limit={limit}&offset={offset}]
1919

2020
+ Parameters
2121
+ limit (optional, number, `20`) ... Number of settings to return.
@@ -39,7 +39,7 @@ FORMAT: 1A
3939
]
4040
}
4141

42-
## Click Tracking Settings Resource [/v3/tracking_settings/click]
42+
## Click Tracking Settings Resource [/tracking_settings/click]
4343

4444
### Get Click Tracking Settings [GET]
4545

@@ -69,7 +69,7 @@ FORMAT: 1A
6969
"enabled": true
7070
}
7171

72-
## Google Analytics Settings Resource [/v3/tracking_settings/google_analytics]
72+
## Google Analytics Settings Resource [/tracking_settings/google_analytics]
7373

7474
### Get Google Analytics Settings [GET]
7575

@@ -114,7 +114,7 @@ FORMAT: 1A
114114
"utm_campaign":"website"
115115
}
116116

117-
## Open Tracking Settings Resource [/v3/tracking_settings/open]
117+
## Open Tracking Settings Resource [/tracking_settings/open]
118118

119119
### Get Open Tracking Settings [GET]
120120

@@ -144,7 +144,7 @@ FORMAT: 1A
144144
"enabled": true
145145
}
146146

147-
## Subscription Tracking Settings Resource [/v3/tracking_settings/subscription]
147+
## Subscription Tracking Settings Resource [/tracking_settings/subscription]
148148

149149
### Get Subscription Tracking Settings [GET]
150150

@@ -187,4 +187,4 @@ FORMAT: 1A
187187
"replace": "replacement tag",
188188
"html_content":"html content",
189189
"plain_content":"text content"
190-
}
190+
}

0 commit comments

Comments
 (0)