add_postman_collection_info
Update or add the info section of a Postman collection file, including name, description, version, and schema.
Instructions
Update or add the info section of a Postman collection
Args:
file_path: The path to the Postman collection file (string)
info: The info dictionary to update/add (dict)
Example: {
"name": "Updated Collection",
"description": "Updated description",
"version": "1.0.0",
"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
}
Returns:
The updated Postman collection data (dict)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | ||
| info | Yes |