From a26280b31a58e958cce3575a0917d1036290479b Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Thu, 8 Sep 2022 12:36:42 +0200 Subject: [bugfix] Fix preposterous characters reserved per URL amount (#809) * clarify docs * tidy up consts, set reserved chars much lower * update tests --- docs/api/swagger.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/api') diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml index 565bc799e..7ae1f5b54 100644 --- a/docs/api/swagger.yaml +++ b/docs/api/swagger.yaml @@ -1183,8 +1183,8 @@ definitions: instanceConfigurationStatuses: properties: characters_reserved_per_url: - description: Amount of characters that a URL will be compressed to. - example: 999 + description: Amount of characters clients should assume a url takes up. + example: 25 format: int64 type: integer x-go-name: CharactersReservedPerURL -- cgit v1.2.3