Skip to content

Commit

Permalink
Notification field is not required
Browse files Browse the repository at this point in the history
  • Loading branch information
TalalM committed Aug 17, 2016
1 parent 95c834c commit 5e9783f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/resources/send.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,20 @@
],
"notification" => [
"location" => "json",
"required" => true,
"required" => false,
"type" => "object",
"properties" => [
"body_loc_key" => [
"type" => "string",
"location" => "json",
"description" => "The notification text",
"required" => true,
"required" => false,
],
"badge" => [
"type" => "integer",
"location" => "json",
"description" => "The badge value",
"required" => true,
"required" => false,
"default" => 1,
],
"sound" => [
Expand Down

0 comments on commit 5e9783f

Please sign in to comment.