From d0e538766e94763711a7f8f8ec4a0d0cdb6e4427 Mon Sep 17 00:00:00 2001 From: Meenakshi Dhanani Date: Thu, 28 Dec 2023 01:00:55 -0800 Subject: [PATCH 1/2] update Postman description under tooling --- src/content/code/services/postman.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/code/services/postman.md b/src/content/code/services/postman.md index 07ff166dcd..7a0d8dd05e 100644 --- a/src/content/code/services/postman.md +++ b/src/content/code/services/postman.md @@ -1,6 +1,6 @@ --- name: Postman -description: An HTTP Client that supports editing GraphQL queries. -url: https://learning.postman.com/docs/sending-requests/supported-api-frameworks/graphql/ +description: a robust multi-protocol API client with features like API scripting, automation, collaborative workspaces, and comprehensive support for testing and developing GraphQL APIs. +url: https://www.postman.com/product/graphql-client/ github: postmanlabs/postman-app-support --- From da2839efe6d9bba287afced287808cd2f8d9d746 Mon Sep 17 00:00:00 2001 From: Meenakshi Dhanani Date: Thu, 28 Dec 2023 01:04:57 -0800 Subject: [PATCH 2/2] Fix typo --- src/content/code/services/postman.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/code/services/postman.md b/src/content/code/services/postman.md index 7a0d8dd05e..acd8f09b6c 100644 --- a/src/content/code/services/postman.md +++ b/src/content/code/services/postman.md @@ -1,6 +1,6 @@ --- name: Postman -description: a robust multi-protocol API client with features like API scripting, automation, collaborative workspaces, and comprehensive support for testing and developing GraphQL APIs. +description: A robust multi-protocol API client with features like API scripting, automation, collaborative workspaces, and comprehensive support for testing and developing GraphQL APIs. url: https://www.postman.com/product/graphql-client/ github: postmanlabs/postman-app-support ---