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(router/scm)!: change HTTP method from GET to PATCH for sync endpoints #994

Merged
merged 2 commits into from
Oct 27, 2023

Conversation

ecrupper
Copy link
Contributor

Using GET here was a mistake... we should be using PATCH.

Breaking for obvious reasons

@ecrupper ecrupper self-assigned this Oct 26, 2023
@ecrupper ecrupper requested a review from a team as a code owner October 26, 2023 21:05
@codecov
Copy link

codecov bot commented Oct 26, 2023

Codecov Report

Merging #994 (10e4c96) into main (4eec5e9) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #994   +/-   ##
=======================================
  Coverage   70.36%   70.36%           
=======================================
  Files         315      315           
  Lines       13199    13199           
=======================================
  Hits         9288     9288           
  Misses       3444     3444           
  Partials      467      467           

@ecrupper ecrupper merged commit e12a3dd into main Oct 27, 2023
12 checks passed
@ecrupper ecrupper deleted the fix/router/sync-http-req branch October 27, 2023 15:30
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.

None yet

3 participants