Skip to content

Commit 89f1fc4

Browse files
committed
broke formatting on last update
trying again
1 parent 3927293 commit 89f1fc4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

source/includes/_activity.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Access the summary metrics that are used to power the big number metrics you can
132132

133133
Request: summary
134134

135-
```json
135+
```text
136136
curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-1234-123456789" https://api.lexer.io/v1/activity/reports -d '
137137
{
138138
"type": "summary",
@@ -165,7 +165,7 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
165165

166166
Description: daily volume of objects in each workflow state.
167167

168-
```json
168+
```text
169169
curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-1234-123456789" https://api.lexer.io/v1/activity/reports -d '
170170
{
171171
"type": "states_volume",
@@ -181,7 +181,7 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
181181

182182
Description: classifications and their associated count of objects.
183183

184-
```json
184+
```text
185185
curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-1234-123456789" https://api.lexer.io/v1/activity/reports -d '
186186
{
187187
"type": "classifications",
@@ -195,7 +195,7 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
195195

196196
**Response Time**
197197

198-
```json
198+
```text
199199
curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-1234-123456789" https://api.lexer.io/v1/activity/reports -d '
200200
{
201201
"type": "response_volume",
@@ -211,7 +211,7 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
211211

212212
**Agent Volume**
213213

214-
```json
214+
```text
215215
curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-1234-123456789" https://api.lexer.io/v1/activity/reports -d '
216216
{
217217
"type": "user_volume",
@@ -223,7 +223,7 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
223223

224224
**Agent Summary**
225225

226-
```json
226+
```text
227227
curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-1234-123456789" https://api.lexer.io/v1/activity/reports -d '
228228
{
229229
"type": "user_summary",
@@ -239,7 +239,7 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
239239

240240
**Case Summary**
241241

242-
```json
242+
```text
243243
curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-1234-123456789" https://api.lexer.io/v1/activity/reports -d '
244244
{
245245
"type": "case_summary",
@@ -253,7 +253,7 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
253253

254254
**Case Volume**
255255

256-
```json
256+
```text
257257
curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-1234-123456789" https://api.lexer.io/v1/activity/reports -d '
258258
{
259259
"type": "case_volume",
@@ -267,7 +267,7 @@ curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-
267267

268268
**Case Classifications**
269269

270-
```json
270+
```text
271271
curl -H "Content-Type: application/json" -H "Auth-Api-Token: 12345678-1234-1234-1234-123456789" https://api.lexer.io/v1/activity/reports -d '
272272
{
273273
"type": "case_classifications",

0 commit comments

Comments
 (0)