From 2b51235c14d478df7453dde684f01e54a024afaa Mon Sep 17 00:00:00 2001 From: Yonggang Liu Date: Fri, 12 Aug 2022 15:27:18 -0400 Subject: [PATCH] CMR-8107: Updated README. --- bootstrap-app/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-app/README.md b/bootstrap-app/README.md index 59adabc2d6..8dc5763b33 100644 --- a/bootstrap-app/README.md +++ b/bootstrap-app/README.md @@ -134,7 +134,7 @@ For all providers and all system concepts: For a given list of providers (use provider `CMR` to index all system concepts): - curl -i -XPOST -H "Content-Type: application/json" -d '{"provider_ids": ["PROV1" "PROV2" "CMR"]}' http://localhost:3006/bulk_index/after_date_time?date_time=2015-02-02T10:00:00Z" + curl -i -XPOST -H "Content-Type: application/json" -d '{"provider_ids": ["PROV1", "PROV2", "CMR"]}' http://localhost:3006/bulk_index/after_date_time?date_time=2015-02-02T10:00:00Z" ### Bulk index all system concepts (tags/acls/access-groups)