diff options
Diffstat (limited to 'shared/extra-utils/bulk/bulk-command.ts')
-rw-r--r-- | shared/extra-utils/bulk/bulk-command.ts | 2 |
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 | } |