mirror of
https://github.com/Postman-Devrel/postman-claude-code-plugin.git
synced 2026-04-24 09:32:40 +00:00
Revert "Search Strategy update to utilise private network search"
This reverts commit 4737c9f758.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user