summaryrefslogtreecommitdiff
path: root/internal/api/client/lists/listupdate.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/client/lists/listupdate.go')
-rw-r--r--internal/api/client/lists/listupdate.go11
1 files changed, 8 insertions, 3 deletions
diff --git a/internal/api/client/lists/listupdate.go b/internal/api/client/lists/listupdate.go
index 58a4cf1c4..966de4098 100644
--- a/internal/api/client/lists/listupdate.go
+++ b/internal/api/client/lists/listupdate.go
@@ -57,9 +57,10 @@ import (
// -
// name: title
// type: string
-// description: Title of this list.
+// description: |-
+// Title of this list.
+// Sample: Cool People
// in: formData
-// example: Cool People
// -
// name: replies_policy
// type: string
@@ -68,8 +69,12 @@ import (
// followed = Show replies to any followed user
// list = Show replies to members of the list
// none = Show replies to no one
+// Sample: list
+// enum:
+// - followed
+// - list
+// - none
// in: formData
-// example: list
//
// security:
// - OAuth2 Bearer: