Revert "Search Strategy update to utilise private network search"

This reverts commit 4737c9f758.
This commit is contained in:
chirag-yaduwanshi
2026-03-26 11:44:43 +05:30
parent 6bfe4e99f7
commit a371f6f316
6 changed files with 30 additions and 23 deletions

View File

@@ -2,6 +2,12 @@
These limitations are documented so they are handled correctly in all commands and workflows.
## searchPostmanElements is Public-Only
`searchPostmanElements` searches the PUBLIC Postman network only, not the user's private workspaces.
**Workaround:** For private content, use `getWorkspaces` + `getCollections` + `getCollection`. Use `searchPostmanElements` only as a fallback when searching for public APIs.
## generateCollection is Async
`generateCollection` returns HTTP 202 (accepted), not the collection directly.