mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
bridgev2/provisioning: correct field name
Some checks failed
Some checks failed
This commit is contained in:
parent
a3efaa3632
commit
203e402ebf
1 changed files with 1 additions and 1 deletions
|
|
@ -805,7 +805,7 @@ func (prov *ProvisioningAPI) PostCreateGroup(w http.ResponseWriter, r *http.Requ
|
|||
}
|
||||
|
||||
type ReqExportCredentials struct {
|
||||
RemoteID networkid.UserLoginID `json:"remote_name"`
|
||||
RemoteID networkid.UserLoginID `json:"remote_id"`
|
||||
}
|
||||
|
||||
type RespExportCredentials struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue