mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-19 16:37:28 -06:00
more instance patch work
This commit is contained in:
parent
7974d5e2e6
commit
69000ed68e
5 changed files with 107 additions and 4 deletions
|
|
@ -76,7 +76,6 @@ type InstanceStats struct {
|
|||
// InstanceSettingsUpdateRequest is the form to be parsed on a PATCH to /api/v1/instance
|
||||
type InstanceSettingsUpdateRequest struct {
|
||||
SiteTitle *string `form:"site_title" json:"site_title" xml:"site_title"`
|
||||
RegistrationsMode *string `form:"registrations_mode" json:"registrations_mode" xml:"registrations_mode"`
|
||||
SiteContactUsername *string `form:"site_contact_username" json:"site_contact_username" xml:"site_contact_username"`
|
||||
SiteContactEmail *string `form:"site_contact_email" json:"site_contact_email" xml:"site_contact_email"`
|
||||
SiteShortDescription *string `form:"site_short_description" json:"site_short_description" xml:"site_short_description"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue