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

Add CRUD for Review #7

Merged
merged 1 commit into from
Sep 19, 2023
Merged

Add CRUD for Review #7

merged 1 commit into from
Sep 19, 2023

Conversation

Polo2
Copy link
Member

@Polo2 Polo2 commented Sep 19, 2023

@github-actions
Copy link

github-actions bot commented Sep 19, 2023

🤖 API change detected:

Added (6)

  • DELETE /reviews/{id}
  • GET /reviews
  • GET /reviews/{id}
  • PATCH /reviews/{id}
  • POST /reviews
  • PUT /reviews/{id}

Modified (5)

  • GET /books
    • Response modified: 200
      • Attribute added: reviews
  • GET /books/{id}
    • Response modified: 200
      • Attribute added: reviews
  • PATCH /books/{id}
    • Body modified
      • Attribute added: reviews
    • Response modified: 200
      • Attribute added: reviews
  • POST /books
    • Body modified
      • Attribute added: reviews
    • Response modified: 201
      • Attribute added: reviews
  • PUT /books/{id}
    • Body modified
      • Attribute added: reviews
    • Response modified: 200
      • Attribute added: reviews

Powered by Bump.sh

@Polo2 Polo2 merged commit aba4611 into main Sep 19, 2023
4 checks passed
@Polo2 Polo2 deleted the Add-reviews-to-Books branch September 21, 2023 06:03
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