mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-12-01 22:01:49 +00:00
v
This commit is contained in:
parent
3cec5e9f3d
commit
d14f8dc1e1
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ pub struct EditSite {
|
|||
/// The response for a site.
|
||||
pub struct SiteResponse {
|
||||
pub site_view: SiteView,
|
||||
/// deprecated, use field `tagline` or /api/4/tagline/list
|
||||
/// deprecated, use field `tagline` or /api/v4/tagline/list
|
||||
pub taglines: Vec<()>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue