You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating a destination PATCH /v3/routes/:guid/destinations/:guid the returned structure has a typo destintions instead of destinations in the links section:
Issue
When updating a destination
PATCH /v3/routes/:guid/destinations/:guid
the returned structure has a typodestintions
instead ofdestinations
in the links section:Steps to Reproduce
update an destination with
PATCH /v3/routes/:guid/destinations/:guid
Expected result
links contains
destinations
Current result
links contains
destintions
Possible Fix
Fix the typo. I checked cloudfoundry and cloudfoundry-community GitHub orgs and found no usage of the typo.
The text was updated successfully, but these errors were encountered: