@postman-cse/onboarding-bootstrap 2.9.0 → 2.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -168,7 +168,7 @@ See [Team Identity](docs/team-identity.md) for sub-team discovery and team-ID de
168
168
  | `baseline-collection-id` | Existing baseline collection ID | no | |
169
169
  | `smoke-collection-id` | Existing smoke collection ID | no | |
170
170
  | `contract-collection-id` | Existing contract collection ID | no | |
171
- | `additional-collections-dir` | Workspace-relative directory containing curated Postman collection JSON/YAML files to create or update in the workspace. | no | |
171
+ | `additional-collections-dir` | Workspace-relative directory containing curated Postman v2.1 JSON/YAML files or canonical HTTP collection v3 Local View directories to create or update. | no | |
172
172
  | `sync-examples` | Whether linked spec/collection relations should enable example syncing | no | `true` |
173
173
  | `collection-sync-mode` | Collection lifecycle policy (refresh or version) | no | `refresh` |
174
174
  | `spec-sync-mode` | Spec lifecycle policy (update or version) | no | `update` |
package/action.yml CHANGED
@@ -22,7 +22,7 @@ inputs:
22
22
  description: Existing contract collection ID
23
23
  required: false
24
24
  additional-collections-dir:
25
- description: Workspace-relative directory containing curated Postman collection JSON/YAML files to create or update in the workspace.
25
+ description: Workspace-relative directory containing curated Postman v2.1 JSON/YAML files or canonical HTTP collection v3 Local View directories to create or update.
26
26
  required: false
27
27
  sync-examples:
28
28
  description: Whether linked spec/collection relations should enable example syncing