Skip to content

Commit

Permalink
0.106.3
Browse files Browse the repository at this point in the history
  • Loading branch information
wbouvy committed May 12, 2022
1 parent c893444 commit a4edd01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ For example, each response will contain a field at `_links.self.href` that links
or, when requesting a list (i.e. messages or message-events), it will contain `_links.next.href` for the next page.

The `_links` also contains some simple specifications of available commands and documentation,
defined using a (CURIE)[https://en.wikipedia.org/wiki/CURIE] under `_links.curies`.
defined using a [CURIE](https://en.wikipedia.org/wiki/CURIE) under `_links.curies`
and using [URI Templates](https://www.ietf.org/rfc/rfc6570.txt) like `messages{?from,to,devices,tags,groups,size,page}`.

## Endpoints

Expand Down
2 changes: 1 addition & 1 deletion docs/message-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ with a number of query parameters to select the message events to return.

The query parameters are:
- `from`: starting time for a time range, to list message events for a specific time
- `to`: end time (inclusive) for a time range, to list message events for a specific time
- `to`: end time for a time range, to list message events for a specific time
- `modems`, `devices`: list message events for the given modem(s) only, comma-separated list of modem numbers
- `tags`, `groups`: list message events for modems with the given tag(s) only, comma-separated list of tag names
- `size`: the amount of message events to return per page
Expand Down
2 changes: 1 addition & 1 deletion docs/messages.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ with a number of query parameters to select the messages to return.

The query parameters are:
- `from`: starting time for a time range, to list messages for a specific time
- `to`: end time (inclusive) for a time range, to list messages for a specific time
- `to`: end time for a time range, to list messages for a specific time
- `modems`, `devices`: list messages for the given modem(s) only, comma-separated list of modem numbers
- `tags`, `groups`: list messages for modems with the given tag(s) only, comma-separated list of tag names
- `size`: the amount of messages to return per page
Expand Down

0 comments on commit a4edd01

Please sign in to comment.