From 2d05f9228dcfc4021c610dcd493c408e9b0bfe6b Mon Sep 17 00:00:00 2001 From: Luciano Righetti Date: Thu, 13 Jan 2022 16:57:05 +0100 Subject: [PATCH] add: some extra scopes and actions --- webroot/docs/openapi.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/webroot/docs/openapi.yaml b/webroot/docs/openapi.yaml index 59a0ecf..8cd48f1 100644 --- a/webroot/docs/openapi.yaml +++ b/webroot/docs/openapi.yaml @@ -659,6 +659,9 @@ components: enum: - "User" - "LocalTool" + - "Brood" + - "Proposal" + - "Synchronisation" InboxAction: type: string @@ -667,6 +670,10 @@ components: - "IncomingConnectionRequest" - "AcceptedRequest" - "DeclinedRequest" + - "Synchronisation" + - "OneWaySynchronization" + - "ProposalEdit" + - "DataExchange" InboxTitle: type: string