Skip to content

Remove non-existent PUT method from /v3/routes/{guid}/destinations - #1050

Merged
Samze merged 1 commit into
mainfrom
remove-phantom-put-destinations
Apr 23, 2026
Merged

Remove non-existent PUT method from /v3/routes/{guid}/destinations#1050
Samze merged 1 commit into
mainfrom
remove-phantom-put-destinations

Conversation

@sethboyles

Copy link
Copy Markdown
Member

CCNG routes.rb only defines PATCH for replacing route destinations (routes#replace_destinations). The PUT method documented in the spec does not correspond to any route in cloud_controller_ng and would result in a 404 if called. The PATCH method (operationId: replaceDestinationsForRouteWithPatch) remains and is the correct way to replace destinations.

Made-with: Cursor

CCNG routes.rb only defines PATCH for replacing route destinations
(routes#replace_destinations). The PUT method documented in the spec
does not correspond to any route in cloud_controller_ng and would
result in a 404 if called. The PATCH method (operationId:
replaceDestinationsForRouteWithPatch) remains and is the correct way
to replace destinations.

Made-with: Cursor
@Samze
Samze merged commit 539f646 into main Apr 23, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants