-
Type:
Story
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Headless Delivery API
-
Labels:
-
Epic Link:
// change to upsert
As an app developer
I want to be able to create elements in Liferay providing the ID through a PUT operation
so that I can perform massive operations without worrying if the element exists or not.
Acceptance criteria
Given a Liferay DXP instance
When I perform a PUT operation on an element and this element is not present in the instance/site
Then the element is created
Given a Liferay DXP instance
When I perform a PUT operation on an element and this element is present in the instance/site
Then the element is updated
Given a Liferay DXP instance
When I perform a DELETE operation on an element through the new endpoints
Then the element is deleted
This external code is unique to the whole scope, being that the group or the instance , so the new endpoints will be scoped to the needed scope
1.
|
Backport for Create PUT/Delete endpoints to do upsert for wiki | LPS-124115 |
![]() |
Open | Unassigned |