Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
Master
-
7.3.x, 7.2.x, 7.1.x
-
Committed
Description
Step-by-Step:
- Go to Liferay API Explorer (http://localhost:8080/o/api) > REST Applications > Headless Admin Taxonomy
- Use postSiteKeyword operation and indicates the siteId
- Use a client API platform like Postman
- Use this JSON to POST (video reproduction):
{ "name": "Test API", "property": "Property API" }
Actual result:
{ "status": "BAD_REQUEST", "title": "Property \"property\" is not defined in Keyword" }
Expected:
{ "status": "BAD_REQUEST", "title": "The property \"property\" is not defined in Keyword." }