File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ export interface Lists$SelectResource {
7676 * @return N/A
7777 * @see https://docs.joinmastodon.org/methods/timelines/lists/
7878 */
79- remove : Method < void , string > ;
79+ remove : Method < void > ;
8080}
8181
8282export interface ListsResource {
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ export type UpdateStatusParams = CreateStatusParams & {
106106
107107export interface ReblogStatusParams {
108108 /** any visibility except limited or direct (i.e. public, unlisted, private). Defaults to public. Currently unused in UI. */
109- readonly visibility : StatusVisibility ;
109+ readonly visibility ? : StatusVisibility | null ;
110110}
111111
112112export interface TranslateStatusParams {
@@ -228,9 +228,9 @@ export interface Statuses$SelectResource {
228228 unmute : Method < Status > ;
229229
230230 /**
231- * Re-share a status.
231+ * Boost a status
232232 * @return Status
233- * @see https://docs.joinmastodon.org/api/rest/ statuses/#post-api-v1-statuses-id-reblog
233+ * @see https://docs.joinmastodon.org/methods/ statuses/#boost
234234 */
235235 reblog : Method < Status , ReblogStatusParams , HttpMetaParams < "json" > > ;
236236
You can’t perform that action at this time.
0 commit comments