From 1c699278a3073c8fdbc0884ca758543bf42127c3 Mon Sep 17 00:00:00 2001 From: Nepomacs Date: Thu, 22 Feb 2024 16:22:33 +0100 Subject: [PATCH] Documentation: note required trailing slash for REST-API URLs (#5863) --------- Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com> --- docs/api.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/api.md b/docs/api.md index fa32bf2aa..f4119e4c1 100644 --- a/docs/api.md +++ b/docs/api.md @@ -58,6 +58,10 @@ fields: - `custom_fields`: Array of custom fields & values, specified as `{ field: CUSTOM_FIELD_ID, value: VALUE }` +!!! note + + Note that all endpoint URLs must end with a `/`slash. + ## Downloading documents In addition to that, the document endpoint offers these additional