-
Notifications
You must be signed in to change notification settings - Fork 25
Added endpoints for domain "WebserviceKey" (Delete & BulkDelete) #91
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
Draft
Progi1984
wants to merge
1
commit into
PrestaShop:dev
Choose a base branch
from
Progi1984:webservice
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5be528f to
f357018
Compare
boherm
previously approved these changes
Nov 5, 2025
f357018 to
08b3d80
Compare
paulnoelcholot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @Progi1984,
I tested your PR and I found somes bugs :/
PR-2025-11-21_11.39.37.mp4
PR-2025-11-21_11.40.58.mp4
08b3d80 to
b965921
Compare
b965921 to
45cda1c
Compare
45cda1c to
c57dcc7
Compare
Contributor
|
Hello @Progi1984 Is this still supposed to be a draft? |
Member
Author
|
Affirmative |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
How to test ?
webservice_key_writeDELETE/webservice-key/{idWSK1}idWSK1is not found (it is deleted)PUT/webservice-keys/delete{"webserviceKeyIds": [{idWSK2}, {idWSK3}]}idWSK2&idWSK3are not found (they are deleted)