summaryrefslogtreecommitdiff
path: root/docs/api/swagger.yaml
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-09-08 12:36:42 +0200
committerLibravatar GitHub <noreply@github.com>2022-09-08 12:36:42 +0200
commita26280b31a58e958cce3575a0917d1036290479b (patch)
treeb3949e08be67ce6f0b4cb4485e588b86ecb2d714 /docs/api/swagger.yaml
parent[feature] opengraph meta tags (#806) (diff)
downloadgotosocial-a26280b31a58e958cce3575a0917d1036290479b.tar.xz
[bugfix] Fix preposterous characters reserved per URL amount (#809)
* clarify docs * tidy up consts, set reserved chars much lower * update tests
Diffstat (limited to 'docs/api/swagger.yaml')
-rw-r--r--docs/api/swagger.yaml4
1 files changed, 2 insertions, 2 deletions
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