aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/bulk/bulk-command.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/extra-utils/bulk/bulk-command.ts')
-rw-r--r--shared/extra-utils/bulk/bulk-command.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/extra-utils/bulk/bulk-command.ts b/shared/extra-utils/bulk/bulk-command.ts
index fcbf04164..6dac6034f 100644
--- a/shared/extra-utils/bulk/bulk-command.ts
+++ b/shared/extra-utils/bulk/bulk-command.ts
@@ -12,8 +12,10 @@ export class BulkCommand extends AbstractCommand {
12 12
13 return this.postBodyRequest({ 13 return this.postBodyRequest({
14 ...options, 14 ...options,
15
15 path: '/api/v1/bulk/remove-comments-of', 16 path: '/api/v1/bulk/remove-comments-of',
16 fields: attributes, 17 fields: attributes,
18 implicitToken: true,
17 defaultExpectedStatus: HttpStatusCode.NO_CONTENT_204 19 defaultExpectedStatus: HttpStatusCode.NO_CONTENT_204
18 }) 20 })
19 } 21 }