Module: Parse::API::Push
- Included in:
- Client
- Defined in:
- lib/parse/api/push.rb
Overview
Defines the Parse Push notification service interface for the Parse REST API
Instance Method Summary collapse
-
#push(payload = {}) ⇒ Parse::Response
Update the schema for a collection.
Instance Method Details
#push(payload = {}) ⇒ Parse::Response
Update the schema for a collection.
16 17 18 |
# File 'lib/parse/api/push.rb', line 16 def push(payload = {}) request :post, PUSH_PATH, body: payload.as_json end |