From ebf9b832bc9c44487b5dff6c25bff74d1d00a5c3 Mon Sep 17 00:00:00 2001 From: Zihan Li Date: Tue, 2 Apr 2024 13:59:16 -0700 Subject: [PATCH 1/2] update how to import postman collection --- Readme.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 7d909a4..862274c 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,9 @@ -## Snowflake REST API Specs +# Snowflake REST API Specs -This repository contains the OpenAPI specifications for Snowflake REST API. +This repository contains the OpenAPI specifications and Postman collections for Snowflake REST API. + +## How to import Postman collections + +1. Clone this repository +2. In Postman client, click import, then choose import folder +3. Select `private-preview/8.12/collection` as the import folder \ No newline at end of file From aa4163b8b947e8df0b304b90acfc97ada0f68690 Mon Sep 17 00:00:00 2001 From: Zihan Li Date: Tue, 2 Apr 2024 15:04:04 -0700 Subject: [PATCH 2/2] update doc --- Readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index 862274c..8932ed1 100644 --- a/Readme.md +++ b/Readme.md @@ -1,9 +1,9 @@ -# Snowflake REST API Specs +# Snowflake REST APIs -This repository contains the OpenAPI specifications and Postman collections for Snowflake REST API. +This repository contains the OpenAPI specifications and Postman collections for Snowflake REST APIs. ## How to import Postman collections 1. Clone this repository -2. In Postman client, click import, then choose import folder +2. In Postman client, click *Import*, then choose import folder 3. Select `private-preview/8.12/collection` as the import folder \ No newline at end of file