Skip to content

[Enhancement] Response whole object when creating object through REST API #4846

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
thobhanifreddy opened this issue Jun 21, 2018 · 1 comment

Comments

@thobhanifreddy
Copy link

Whenever we create a new object using query.save() we will always get the whole object as a response. But when we use REST API to create a new object we only get "createdAt" and "objectId"

So won't it be consistent to return the whole object as a response in both the methods?

P.S. I need it because I am making a new object in other parse server using cloud cloud and the whole object as a response will be helpful.

@flovilmart
Copy link
Contributor

This would likely break all SDK’s and existing setups, even if I understand it saves you a bit of time in your implementation this is not something we want to implement.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants