add: some extra scopes and actions
parent
c8fd8f4a62
commit
2d05f9228d
|
@ -659,6 +659,9 @@ components:
|
||||||
enum:
|
enum:
|
||||||
- "User"
|
- "User"
|
||||||
- "LocalTool"
|
- "LocalTool"
|
||||||
|
- "Brood"
|
||||||
|
- "Proposal"
|
||||||
|
- "Synchronisation"
|
||||||
|
|
||||||
InboxAction:
|
InboxAction:
|
||||||
type: string
|
type: string
|
||||||
|
@ -667,6 +670,10 @@ components:
|
||||||
- "IncomingConnectionRequest"
|
- "IncomingConnectionRequest"
|
||||||
- "AcceptedRequest"
|
- "AcceptedRequest"
|
||||||
- "DeclinedRequest"
|
- "DeclinedRequest"
|
||||||
|
- "Synchronisation"
|
||||||
|
- "OneWaySynchronization"
|
||||||
|
- "ProposalEdit"
|
||||||
|
- "DataExchange"
|
||||||
|
|
||||||
InboxTitle:
|
InboxTitle:
|
||||||
type: string
|
type: string
|
||||||
|
|
Loading…
Reference in New Issue