-
Type:
Story
-
Status: Closed
-
Priority:
Major
-
Resolution: Completed
-
Affects Version/s: None
-
Fix Version/s: 7.4.2 CE GA3, 7.4.13 DXP GA1, Master
-
Component/s: Headless Delivery API
-
Epic Link:
-
Git Pull Request:
// 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
- mentioned in
-
Page Loading...