mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-20 02:57:30 -06:00
continue with instance patch stuff
This commit is contained in:
parent
c08dc0937b
commit
7974d5e2e6
7 changed files with 131 additions and 36 deletions
|
|
@ -95,6 +95,10 @@ type Processor interface {
|
|||
|
||||
// InstanceGet retrieves instance information for serving at api/v1/instance
|
||||
InstanceGet(domain string) (*apimodel.Instance, gtserror.WithCode)
|
||||
// InstancePatch updates this instance according to the given form.
|
||||
//
|
||||
// It should already be ascertained that the requesting account is authenticated and an admin.
|
||||
InstancePatch(form *apimodel.InstanceSettingsUpdateRequest) (*apimodel.Instance, gtserror.WithCode)
|
||||
|
||||
// MediaCreate handles the creation of a media attachment, using the given form.
|
||||
MediaCreate(authed *oauth.Auth, form *apimodel.AttachmentRequest) (*apimodel.Attachment, error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue