'Exist any way to mark or tag or label or link each endpoint in Postman?

I have a User Services with the next endpoints:

POST v1/users
GET v1/users/{id}
GET v1/users
GET v1/users/with/power
GET v1/users/bla/bla
GET v1/users/next/to/me?my-current-location=888888,999999

These endpoints are inside one Postman Collection called "User Services". Each of these endpoints are maintained for many Team/Project.

I do not want duplicate or fork, I just want have one Postman Collection but if one the the Developers want to know with endpoints are related to one project they can filter, or something else.

Exist any way to mark or tag or label or link each endpoint?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source