Not really an improvemenNot really an improvementt

This commit is contained in:
binwiederhier 2022-12-31 09:31:46 -05:00
parent bd86e3d951
commit 3d921f4570
6 changed files with 107 additions and 53 deletions

View file

@ -268,6 +268,6 @@ type apiAccountResponse struct {
}
type apiAccountAccessRequest struct {
Topic string `json:"topic"`
Access string `json:"access"`
Topic string `json:"topic"`
Everyone string `json:"everyone"`
}