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

Feature/put and patch api #248

Merged
merged 5 commits into from
May 27, 2023
Merged

Feature/put and patch api #248

merged 5 commits into from
May 27, 2023

Conversation

bglamadrid
Copy link
Collaborator

@bglamadrid bglamadrid commented May 26, 2023

PR Checklist

  • Read the contribution guidelines
  • Added a brief description of these changes to the top of the changelog
  • Changes in code meet test criteria (running mvn test returns exit code 0, without errors)

PR Type

  • Feature

Summary

Finally implement PATCH request support, a feature introduced in v1.7.0 of the API spec.

Resolves #247

- affected endpoints
  - `/data/products`
  - `/data/sales`
  - `/data/users`
  - `/data/images`
  - `/data/product_categories`
  - `/data/shippers`
  - `/data/product_lists`
@sonarcloud
Copy link

sonarcloud bot commented May 26, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
90.9% 90.9% Duplication

@bglamadrid bglamadrid merged commit 68cce0e into main May 27, 2023
2 of 3 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.

Implement API v1.7.x
1 participant