Skip to content

Commit

Permalink
Add enpoint docs to Queue
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Apr 4, 2021
1 parent e1bea81 commit 52d91ef
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/api/Queues.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

A collection of [Items](/api/Items/).

## Endpoint
```
GET /api/{queue}
```
### Parameters
Name | Value
- | -
`queue` | The name of the queue.

### Query String Options
Name | Description | Possible Values
- | - | -
`headersOnly` | When `"True"`, only meta data will be loaded. When `"False"` content will be parsed. (Defaults to `"False"`.) | `"True"` \| `"True"`

### Return Codes
Code | Description
- | -
`200 - Ok` | On success.
`500 - Internal Service Error` | On failure.

## Properties

### `Queue.name`
Expand Down

0 comments on commit 52d91ef

Please sign in to comment.