Open
Description
Currently for any type, the api response shows like below
Actual Results :
"type": [ { "key": "subheadline:string", "ids": [ "1643750" ] }, { "key": "temporary-hero-image-url:string", "ids": [ "1643750" ] } ]
Here, key showing both values i.e key and value of it and arrayObject is showing as type
Expected Results : The key and value response should be separate as shown in below instance
- type should be renamed as Errors.
- key and value response should be separate.
"Errors": [ { "key": "subheadline, "type: "string" "ids": [ "1643750" ] }, { "key": "temporary-hero-image-url", "type": "string" "ids": [ "1643750" ] } ]
Metadata
Assignees
Labels
No labels