Non-Unique Collection Name Error

Resolve non-unique collection name issues in Pynt. Learn how to troubleshoot and correct duplicate collection names to avoid conflicts in API testing.

This error in Pynt occurs when there are duplicate collection names that cause conflicts during testing. This guide will help you troubleshoot and resolve this issue by ensuring each collection has a unique name, allowing for smooth and accurate API security testing.

Error message: More than one collection with the same name was found. Please provide a unique collection name or ID

What happened: Your Postman workspace has more than one collection with the same name so we couldn’t determine which one to use

How To Solve: Either make the collection name unique, or supply Pynt with the collection ID instead of the collection name. The collection ID can be found in the properties of the collection at Postman UI

Last updated