-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed
Description
Based on this article (https://www.parse.com/questions/what-are-the-recommended-permissions-for-the-installations-class) a query for _Installation should only return your own installation object.
However, if I run this cURL call I can get all installation objects.
curl -X GET \
-H "X-Parse-Application-Id: {validID}" \
-H "Content-Type: application/json" \
http://localhost:1337/parse/classes/_Installation
That request should always return empty (or with an error).
Metadata
Metadata
Assignees
Labels
type:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed