Fix: Update to handle single team returned from "create team" request #33
Labels
smartbear-supported
SmartBear engineering team will support this issue. See https://docs.pact.io/help/smartbear
The "create team" endpoint was originally written to return an array of teams. It has been updated to return the newly created team, but still returns the list of teams AS WELL because the terraform client relies on this behaviour. To allow us to delete the teams array from the "create team" response, the terraform client needs to be updated to use the new single team object.
This will be a "breaking change" in that it will not work with Pactflow onprem versions released prior to October 2023.
The text was updated successfully, but these errors were encountered: