File tree Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Expand file tree Collapse file tree 1 file changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ paths:
158158 description : The JSON object to notify the OCM provider that an invite has been accepted.
159159 required : true
160160 schema :
161- $ref : " #/definitions/AcceptedInviteBody "
161+ $ref : " #/definitions/AcceptedInvite "
162162 responses :
163163 200 :
164164 description : Invitation accepted.
@@ -342,19 +342,6 @@ definitions:
342342 message : " Recipient accepted the share"
343343 sharedSecret : " hfiuhworzwnur98d3wjiwhr"
344344 AcceptedInvite :
345- type : object
346- allOf :
347- - properties :
348- token :
349- type : string
350- description : Token generated by the service sending the invitation.
351- example : xyz
352- senderProvider :
353- type : string
354- format : url
355- description : URL of the OCM sender service.
356- example : https://sender.org
357- AcceptedInviteBody :
358345 type : object
359346 allOf :
360347 - properties :
You can’t perform that action at this time.
0 commit comments