summaryrefslogtreecommitdiff
path: root/doc/api/admin_sidekiq_queues.md
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-05-28 00:08:37 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-28 00:08:37 +0000
commit6985123d928aa3b5061f5ed19208407b550ab4e8 (patch)
treee990ca2c3c578d06fdcb9c4ae87084e8f68f310b /doc/api/admin_sidekiq_queues.md
parent47579e24f3f9f29d5b8093f54e6958fefd7f2057 (diff)
downloadgitlab-ce-6985123d928aa3b5061f5ed19208407b550ab4e8.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api/admin_sidekiq_queues.md')
-rw-r--r--doc/api/admin_sidekiq_queues.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/admin_sidekiq_queues.md b/doc/api/admin_sidekiq_queues.md
index 9d053714b54..32d336e79fe 100644
--- a/doc/api/admin_sidekiq_queues.md
+++ b/doc/api/admin_sidekiq_queues.md
@@ -33,7 +33,7 @@ DELETE /admin/sidekiq/queues/:queue_name
At least one attribute, other than `queue_name`, is required.
```shell
-curl --header "PRIVATE-TOKEN: <your_access_token>" https://gitlab.example.com/api/v4/admin/sidekiq/queues/authorized_projects?user=root
+curl --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/admin/sidekiq/queues/authorized_projects?user=root"
```
Example response: