diff --git a/scripts/rest-clients/README b/scripts/rest-clients/README index 0dc764518..5a6fe6a48 100644 --- a/scripts/rest-clients/README +++ b/scripts/rest-clients/README @@ -10,7 +10,7 @@ * Import criterion types: - - post-criterions-types.sh criterion-types-sample.xml + - import-criterions-types.sh criterion-types-sample.xml (authenticate with wswriter/wswriter) - Check the returned errors are consistent with the comments in @@ -18,11 +18,11 @@ * Export criterion types: - - get-criterion-types.sh (authenticate with wsreader/wsreader) + - export-criterion-types.sh (authenticate with wsreader/wsreader) + When working with the online demo: - * post-criterions-types.sh --prod criterion-types-sample.xml + * import-criterions-types.sh --prod criterion-types-sample.xml (authenticate with wswriter/wswriter) - * get-criterion-types.sh --prod (authenticate with wsreader/wsreader) + * export-criterion-types.sh --prod (authenticate with wsreader/wsreader) diff --git a/scripts/rest-clients/get-criterion-types.sh b/scripts/rest-clients/export-criterion-types.sh similarity index 100% rename from scripts/rest-clients/get-criterion-types.sh rename to scripts/rest-clients/export-criterion-types.sh diff --git a/scripts/rest-clients/post-criterions-types.sh b/scripts/rest-clients/import-criterions-types.sh similarity index 100% rename from scripts/rest-clients/post-criterions-types.sh rename to scripts/rest-clients/import-criterions-types.sh