From a4edd01cb633e4ab8894bb2c74d37e035e72fbcf Mon Sep 17 00:00:00 2001 From: Wouter Bouvy Date: Thu, 12 May 2022 13:04:10 +0200 Subject: [PATCH] 0.106.3 --- README.md | 3 ++- docs/message-events.md | 2 +- docs/messages.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 15fd134..124d221 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/message-events.md b/docs/message-events.md index 1ccbcee..6aeb4cc 100644 --- a/docs/message-events.md +++ b/docs/message-events.md @@ -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 diff --git a/docs/messages.md b/docs/messages.md index ecd2390..84e1a7e 100644 --- a/docs/messages.md +++ b/docs/messages.md @@ -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