Added endpoints for domain "WebserviceKey" (Delete & BulkDelete)#91
Open
Progi1984 wants to merge 1 commit intoPrestaShop:devfrom
Open
Added endpoints for domain "WebserviceKey" (Delete & BulkDelete)#91Progi1984 wants to merge 1 commit intoPrestaShop:devfrom
Progi1984 wants to merge 1 commit intoPrestaShop:devfrom
Conversation
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.
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
45cda1c to
c57dcc7
Compare
Contributor
|
Hello @Progi1984 Is this still supposed to be a draft? |
Member
Author
|
Affirmative |
Member
Author
|
@boherm Can you reapprove, plz ? |
boherm
approved these changes
Feb 4, 2026
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
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)