Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(pipeline): make connection ID mutable #448

Merged
merged 4 commits into from
Sep 5, 2024

Conversation

jvallesm
Copy link
Collaborator

@jvallesm jvallesm commented Sep 5, 2024

Because

  • The path for the connection update had a {connection.id} segment, the ID in the request body was overriden by the ID in the path, making the ID impossible to update.

This commit

  • Use different parameters for the connection ID (path) and the updated object (body).
  • Correct minor documentation issues.

Because the path for the connection update had a `{connection.id}`
segment, the ID in the request body was overriden by the ID in the path,
making the ID impossible to update.
@jvallesm jvallesm self-assigned this Sep 5, 2024
Copy link

github-actions bot commented Sep 5, 2024

The latest Buf updates on your PR. Results from workflow Buf CI / buf (pull_request).

BuildFormatLintBreakingUpdated (UTC)
✅ passed✅ passed✅ passed✅ passedSep 5, 2024, 5:35 AM

@jvallesm jvallesm marked this pull request as ready for review September 5, 2024 05:49
@jvallesm jvallesm merged commit 8eaa1e1 into main Sep 5, 2024
@jvallesm jvallesm deleted the jvalles/fix-mutable-connection-id branch September 5, 2024 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
No open projects
Status: 👋 Done
Development

Successfully merging this pull request may close these issues.

2 participants