diff options
author | 2025-02-18 13:32:19 +0000 | |
---|---|---|
committer | 2025-02-18 13:32:19 +0000 | |
commit | 138cae7d9d060c0f194eccb213fa2aa4cbac7105 (patch) | |
tree | 834093a10ae83ac81fcc5332fa8d38260011b6bc /postman-collections/README.md | |
parent | 95ccf6ea91a5b995706302e2ef54a69151e8d87e (diff) | |
parent | daad686c8b84611d168b6cfdb1d507ba35520ba3 (diff) |
Merge "Update packaged postman collection to include all rest endpoints"
Diffstat (limited to 'postman-collections/README.md')
-rw-r--r-- | postman-collections/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/postman-collections/README.md b/postman-collections/README.md index 004ef5b744..d4a1c63adf 100644 --- a/postman-collections/README.md +++ b/postman-collections/README.md @@ -27,8 +27,11 @@ To import the CPS collections and environment: 4. The collections and environment should now be imported 5. Set the current environment to "CPS Environment" (usually at the top right. Default is "No Environment") This will provide the necessary variables such as "CPS_HOST" and "CPS_PORT" to allow the requests to be run +## Using collections in Postman +A how-to guide is provided in the CPS collection. To access this guide click on the parent CPS folder icon at the top of the collection and follow the provided instructions. + ## Running the collections -To run the requests in the collections simply select the request and click send. "Create Schema Set" in "CPS-CORE" requires a file to send the request. Example files are provided: "bookstore.yang" and "bookstore-types.yang" (these files must be zipped before adding them to the request) +To run the requests in the collections in CPS-CORE simply select the request and click send. "Create Schema Set" in "CPS-CORE" requires a file to send the request. Example files are provided: "bookstore.yang" and "bookstore-types.yang" (these files must be zipped before adding them to the request) ## Notes When exporting postman collections tabs are used for spacing, so replacing all the tabs is necessary |