summaryrefslogtreecommitdiff
path: root/docs/api
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2023-05-12 11:17:31 +0200
committerLibravatar GitHub <noreply@github.com>2023-05-12 11:17:31 +0200
commit8eda0051eced29fe039e9fc1c50e4011b6c9545b (patch)
tree8f3f6b523c4edfe01a6c9768f255d81aec43ed50 /docs/api
parent[feature] status refetch support (#1690) (diff)
downloadgotosocial-8eda0051eced29fe039e9fc1c50e4011b6c9545b.tar.xz
[bugfix] Ensure account fields can be set by JSON (#1762)
Diffstat (limited to 'docs/api')
-rw-r--r--docs/api/swagger.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/api/swagger.yaml b/docs/api/swagger.yaml
index ddb31bc68..fb76bd6a2 100644
--- a/docs/api/swagger.yaml
+++ b/docs/api/swagger.yaml
@@ -2469,7 +2469,7 @@ definitions:
x-go-name: Tag
x-go-package: github.com/superseriousbusiness/gotosocial/internal/api/model
updateField:
- description: By default, max 4 fields and 255 characters per property/value.
+ description: By default, max 6 fields and 255 characters per property/value.
properties:
name:
description: Name of the field
@@ -3088,6 +3088,7 @@ paths:
patch:
consumes:
- multipart/form-data
+ - application/json
operationId: accountUpdate
parameters:
- description: Account should be made discoverable and shown in the profile directory (if enabled).