Fixing missing community doc.
This commit is contained in:
parent
7ef044231f
commit
1fd5486def
1 changed files with 3 additions and 2 deletions
|
@ -1200,8 +1200,9 @@ Search types are `All, Comments, Posts, Communities, Users, Url`
|
||||||
description: Option<String>,
|
description: Option<String>,
|
||||||
icon: Option<String>,
|
icon: Option<String>,
|
||||||
banner: Option<String>,
|
banner: Option<String>,
|
||||||
category_id: i32 ,
|
category_id: i32,
|
||||||
auth: String
|
nsfw: bool,
|
||||||
|
auth: String,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue