From 31ddf72ee1635adcfd712b3cbd27275340ea6d36 Mon Sep 17 00:00:00 2001 From: Simon Fredsted Date: Mon, 21 Oct 2024 17:28:01 +0200 Subject: [PATCH] Make API easier to understand --- docs/api/requests.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api/requests.md b/docs/api/requests.md index b6a3214..cffcc09 100644 --- a/docs/api/requests.md +++ b/docs/api/requests.md @@ -27,6 +27,8 @@ The default response (or a response set with e.g. the Modify Response Custom Act Lists all request sent to a token. +Problems? Make sure you include the `/token/` part of the URL. + #### Query string parameters * `sorting` (string) - either `newest` or `oldest` (default) @@ -170,6 +172,8 @@ Returns a CSV file with all requests (maximum 10000.) The amount of columns of t **GET** `/token/:token_id/request/latest` - retrieves the latest request sent to the URL +Problems? Make sure you include the `/token/` part of the URL. + #### Response ```json