From aaaa0edd8935ea5940c2d0887a8069836cf27145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Weing=C3=A4rtner?= Date: Tue, 13 Dec 2022 15:54:59 -0300 Subject: [PATCH] Fix typo in docs command sample Change-Id: Iafb8282f45168a1995ed92c873544dbee011e86a --- api-ref/source/v2/task/reprocessing.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/source/v2/task/reprocessing.inc b/api-ref/source/v2/task/reprocessing.inc index 7588d292..b7cdc346 100644 --- a/api-ref/source/v2/task/reprocessing.inc +++ b/api-ref/source/v2/task/reprocessing.inc @@ -53,7 +53,7 @@ Example ------- .. code-block:: shell - curl -s -X POST "https:///v2/task/reprocess" -H "Accept: application/json" -H "User-Agent: python-keystoneclient" -H "X-Auth-Token: ${ACCESS_TOKEN_KEYSTONE}" -H "Content-Type: application/json" -d '{"reason": "Reprocessing test", "scope_ids": "", "start_reprocess_time": "2021-06-01 00:00:00+00:00", "end_reprocess_time": "2021-06-01 23:00:00+00:00"}' + curl -s -X POST "https:///v2/task/reprocesses" -H "Accept: application/json" -H "User-Agent: python-keystoneclient" -H "X-Auth-Token: ${ACCESS_TOKEN_KEYSTONE}" -H "Content-Type: application/json" -d '{"reason": "Reprocessing test", "scope_ids": "", "start_reprocess_time": "2021-06-01 00:00:00+00:00", "end_reprocess_time": "2021-06-01 23:00:00+00:00"}' The scope IDs can be retrieved via "/v2/scope" API, which is the API that one can use to list all scopes, and their status.