SuiiiOriginal post
Rank 3: Container
Summary
There was a support thread about changing the return JSON to camelCase instead of PascalCase. The issue was solved, but the solution is not mentioned in the summary.
Votes
0
Replies
7
Participants
Unknown
Messages
8
Rank 3: Container
Admin
Are these your documents? If so, those are your attribute keys. You would need to recreate your attributes using camel case
Rank 3: Container
If there is data , we can’t do right
Admin
If you delete the attribute, you'd delete the data. So you'd have to create a temp attribute, copy the data over, recreate, and then copy it back.
This is how it's typically done in production (in multiple steps) to prevent impact on users
Rank 3: Container
Using sdk to copy data or there is tool to do so
Admin
Sdk
Rank 3: Container
THanks.
Admin
[SOLVED] How to change return json to camalCase instead of PascalCase