[api] user_id -> userId, parent_id -> parentId in decoding json
Related to #291 (closed)
I changed user_id
to userId
and parent_id
to parentId
. I changed all instances and clicked through the website and I don't see any errors. I'm not sure though whether it all should be like this or a mix of user_id
/userId
, parent_id
/parentId
.
I'm guessing with graphql we could have this uniform, based on model fetched, with REST it can be different with each endpoint.