Closed
Description
I am not sure if this is a bug or feature. I am trying to update the CMS Page title from POSTMAN. It updates title but also makes content and other fields empty.
Preconditions (*)
- At least 1 CMS page
- Web API auth key
Steps to reproduce (*)
- Go to the postman and use this URL and body content with PUT method
URL:http://www.example.com/rest/all/V1/cmsPage/ID
(replace ID with your id (integer)
Body:
{"page":
{
"title": "My Title"
}
}
Expected result (*)
- Update TITLE and keep all other fields same/unchanged
- OR only update the field provided.
Actual result (*)
- Updates title and makes all other fields (not provided in the body) null.
How do I update title only or content only? I want to update one field only (title at this stage).
Metadata
Metadata
Assignees
Labels
Use with concrete module component label E.g. "Component: Api" + "Catalog"The issue has been fixed in 2.4-develop branchGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.3 release