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

bug: Add support for bulk updates without UUID requirement #73

Closed
wants to merge 1 commit into from
Closed

bug: Add support for bulk updates without UUID requirement #73

wants to merge 1 commit into from

Conversation

Embe-Codez
Copy link

Description

This pull request updates the Resource class to allow for bulk update operations without requiring a UUID to be specified for each resource. The url() method has been updated to generate a URL that does not require a UUID when the bulk argument is provided. Additionally, the update() method for each class has been updated to use the bulk URL if the bulk argument is provided.

Changes Made

  • Added optional bulk argument to url() method
  • Updated update() method for each class to use bulk URL if bulk argument is provided

Related Issues

Closes #71

@Embe-Codez Embe-Codez closed this by deleting the head repository Jul 13, 2024
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.

Bulk updates fail for UPDATE operations
1 participant