Fix optional status for visibility

This commit is contained in:
Scott Boggs 2023-02-05 07:03:33 -05:00 committed by GitHub
parent 318b54bd80
commit 7d83e478a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ Returned from `GET /api/v1/scheduled_statuses`:
#### `params[visibility]` {#params-visibility}
**Description:** The language that will be used for the status.\
**Type:** String (Enumerable oneOf)\
**Type:** {{<nullable>}} String (Enumerable oneOf)\
`public` = Visible to everyone, shown in public timelines.\
`unlisted` = Visible to public, but not included in public timelines.\
`private` = Visible to followers only, and to any mentioned users.\