mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-29 04:39:53 +00:00
core: setServerOperators, getUsageConditions api wip (#5145)
This commit is contained in:
parent
bdaec30fa0
commit
3b0205b25f
6 changed files with 105 additions and 31 deletions
|
@ -354,7 +354,7 @@ data ChatCommand
|
|||
| APITestProtoServer UserId AProtoServerWithAuth
|
||||
| TestProtoServer AProtoServerWithAuth
|
||||
| APIGetServerOperators
|
||||
| APISetServerOperators (NonEmpty (OperatorId, Bool))
|
||||
| APISetServerOperators (NonEmpty OperatorEnabled)
|
||||
| APIGetUserServers UserId
|
||||
| APISetUserServers UserId (NonEmpty UserServers)
|
||||
| APIValidateServers (NonEmpty UserServers) -- response is CRUserServersValidation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue