Skip to content

Commit

Permalink
Updated MQ API queue limits.
Browse files Browse the repository at this point in the history
  • Loading branch information
Paddy Foran committed Oct 4, 2012
1 parent 1ffb220 commit c07f3c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mq/reference/api/index.md
Expand Up @@ -133,7 +133,7 @@ When a 503 error code is returned, it signifies that the server is currently una

## List Message Queues

Get a list of all queues in a project. 100 queues are listed at a time. To see more, use the page parameter.
Get a list of all queues in a project. By default, 30 queues are listed at a time. To see more, use the `page` parameter or the `per_page` parameter. Up to 100 queues may be listed on a single page.

### Endpoint

Expand All @@ -148,6 +148,7 @@ GET /projects/<span class="variable project_id">{Project ID}</span>/queues
#### Optional URL Parameters

* **page**: The 0-based page to view. The default is 0.
* **per_page**: The number of queues to return per page. The default is 30, the maximum is 100.

### Response

Expand Down

0 comments on commit c07f3c7

Please sign in to comment.