Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sunloverz authored and featalion committed Mar 25, 2015
1 parent 864a808 commit 022216d
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions README.md
Expand Up @@ -283,29 +283,6 @@ See below for example json.
queue.update(options, function(error, body) {});
```

**The following options are all related to Push Queues:**

* `subscribers`: An array of subscriber hashes containing a “url” field.
This set of subscribers will replace the existing subscribers.
To add or remove subscribers, see the add subscribers endpoint or the remove subscribers endpoint.
See below for example json.
* `retries`: How many times to retry on failure. Default is 3. Maximum is 100.
* `retries_delay`: Delay between each retry in seconds. Default is 60.

**Example:**

```javascript
queue.update(
{push_type: "multicast",
retries: 5,
subscribers: [
{url: "http://my.first.end.point/push"},
{url: "http://my.second.end.point/push"}
]},
function(error, body) {}
);
```

--

### Add/Remove Subscribers on a Queue
Expand Down

0 comments on commit 022216d

Please sign in to comment.