diff options
author | 2022-09-08 12:36:42 +0200 | |
---|---|---|
committer | 2022-09-08 12:36:42 +0200 | |
commit | a26280b31a58e958cce3575a0917d1036290479b (patch) | |
tree | b3949e08be67ce6f0b4cb4485e588b86ecb2d714 /docs | |
parent | [feature] opengraph meta tags (#806) (diff) | |
download | gotosocial-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')
-rw-r--r-- | docs/api/swagger.yaml | 4 |
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 |