Skip to content

Commit 7fdb154

Browse files
author
mshivashankar
committed
Fix document qa.md
1 parent b160ef6 commit 7fdb154

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

qa.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585

8686

8787

88-
## TSM005: Try to send an email with template as body and attachment.
88+
## TSM005: Try to send an email with template as body and attachment.(Format=pdf)
8989

9090
`PUT /send_mail`
9191

@@ -112,7 +112,7 @@
112112
```
113113

114114

115-
## TSM005: Try to send an email with template as body and attachment.
115+
## TSM006: Try to send an email with template as body and attachment.(Format=html)
116116

117117
`PUT /send_mail`
118118

@@ -138,7 +138,7 @@
138138
}
139139
```
140140

141-
## TSM006: Try to send an email with template as body and a missing html attachment.
141+
## TSM007: Try to send an email with template as body and a missing html attachment.
142142

143143
`PUT /send_mail`
144144

@@ -165,7 +165,7 @@
165165
166166
```
167167

168-
## TSM007: Try to send an email with template as body and a missing html attachment.
168+
## TSM008: Try to send an email with template as body and a missing html attachment.
169169

170170

171171
`PUT /send_mail`
@@ -193,7 +193,7 @@
193193
```
194194

195195

196-
## TSM008: Try to send an email with missing template
196+
## TSM009: Try to send an email with missing template
197197

198198
`PUT /send_mail`
199199

@@ -207,7 +207,7 @@
207207
208208
```
209209

210-
## TSM009: Try to send an email with no template
210+
## TSM0010: Try to send an email with no template
211211

212212
`PUT /send_mail`
213213

@@ -226,7 +226,7 @@ EXPECTED RESPONSE:
226226
}
227227
```
228228

229-
## TSM010: Try to send an email with base64 attachment.
229+
## TSM011: Try to send an email with base64 attachment.
230230

231231
`PUT /send_mail`
232232

@@ -244,7 +244,7 @@ EXPECTED RESPONSE:
244244
}
245245
```
246246

247-
## TSM011: Try to render PDF report using html template
247+
## TSM012: Try to render PDF report using html template
248248

249249
`PUT /render?format=html&template=/Templates/General/hello.html`
250250

@@ -254,7 +254,7 @@ EXPECTED RESPONSE:
254254
}
255255
```
256256

257-
## TSM012: Try to render PDF report using html template
257+
## TSM013: Try to render PDF report using html template
258258

259259
`PUT /render?format=pdf&template=/Templates/General/hello.html`
260260

@@ -264,7 +264,7 @@ EXPECTED RESPONSE:
264264
}
265265
```
266266

267-
## TSM013: Try to render PDF report using markdown template
267+
## TSM014: Try to render PDF report using markdown template
268268

269269
`PUT /render?format=pdf&template=/Templates/General/hello.md`
270270

@@ -274,7 +274,7 @@ EXPECTED RESPONSE:
274274
}
275275
```
276276

277-
## TSM014: Try to render PDF report using html template
277+
## TSM015: Try to render PDF report using html template
278278

279279
`PUT /render?format=html&template=/Templates/General/hello.md`
280280

@@ -284,7 +284,7 @@ EXPECTED RESPONSE:
284284
}
285285
```
286286

287-
## TSM015: Try to render PDF using missing template
287+
## TSM016: Try to render PDF using missing template
288288

289289
`PUT /render?format=pdf&template=/Templates/MISSING.html`
290290

@@ -300,7 +300,7 @@ EXPECTED RESPONSE:
300300
}
301301
```
302302

303-
## TSM016: Try to render HTML using missing template
303+
## TSM017: Try to render HTML using missing template
304304

305305
`PUT /render?format=html&template=/Templates/MISSING.html`
306306

@@ -317,7 +317,7 @@ EXPECTED RESPONSE:
317317
}
318318
```
319319

320-
## TSM017: Try to send Slack message using markdown template
320+
## TSM018: Try to send Slack message using markdown template
321321

322322
`PUT /send_slack`
323323

@@ -333,7 +333,7 @@ EXPECTED RESPONSE:
333333
}
334334
```
335335

336-
## TSM018: Try to send Slack message using missing template
336+
## TSM019: Try to send Slack message using missing template
337337

338338
`PUT /send_slack`
339339

0 commit comments

Comments
 (0)