Support Team Identifier in the PATCH /v1/teams/:name Endpoint
N
Naga Swathi Sistla
The
PATCH https://api.port.io/v1/teams/:name
endpoint currently requires the team name rather than the identifier. Since names can change, this makes it harder to reliably update team entities without first performing an extra step to retrieve the current name.While there is a workaround using the entity patch endpoint, supporting the team identifier directly in this endpoint would simplify usage and cover more use cases.