Fixing missing community doc.

pull/1240/head
Dessalines 2020-10-30 12:46:11 -05:00
parent 7ef044231f
commit 1fd5486def
1 changed files with 3 additions and 2 deletions

View File

@ -1200,8 +1200,9 @@ Search types are `All, Comments, Posts, Communities, Users, Url`
description: Option<String>,
icon: Option<String>,
banner: Option<String>,
category_id: i32 ,
auth: String
category_id: i32,
nsfw: bool,
auth: String,
}
}
```