Skip to content

Bump API to v3.0.0#2

Open
reuvenharrison wants to merge 1 commit intomainfrom
api/v3-breaking-changes
Open

Bump API to v3.0.0#2
reuvenharrison wants to merge 1 commit intomainfrom
api/v3-breaking-changes

Conversation

@reuvenharrison
Copy link
Copy Markdown
Contributor

Upgrade the Acme API from v2.1.0 to v3.0.0 with the following breaking changes:

  • Endpoint removed: DELETE /users/{userId} — replaced by soft-delete via PATCH
  • Parameter type changed: userId changed from string to integer for GET /users/{userId}
  • Parameter became required: category query parameter is now required for GET /products

- Remove DELETE /users/{userId} endpoint
- Change userId parameter type from string to integer
- Make category query parameter required for GET /products
@oasdiff
Copy link
Copy Markdown

oasdiff bot commented Apr 18, 2026

oasdiff API Change Report

🔴 3 breaking changes

Severity Change Path Review
🔴 the query request parameter category became required GET /products Approved by @reuvenharrison
🔴 for the path request parameter userId, the type/format was changed from string/`` to integer/`int64` GET /users/{userId} Review
🔴 api removed without deprecation DELETE /users/{userId} Review

Compared at 86d7ca3 · 📋 Review & approve changes

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.

1 participant