Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Smaller copy updates
  • Loading branch information
LovisaLugnegard authored and glpatcern committed Jun 21, 2022
commit f119db3be8a0eefbb6b75860f89573803b856e80
6 changes: 3 additions & 3 deletions spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,16 +165,16 @@ paths:
$ref: "#/definitions/Invite"
responses:
200:
description: Invitation sent.
description: Invitation forwarded.
400:
description: |
Bad request due to invalid parameters, e.g. email is not valid.
Bad request due to invalid parameters, e.g. provider is not valid.
schema:
$ref: "#/definitions/400"
/invite/accept:
post:
summary: Accept an invititation to start sharing.
description: Accepts an invitation to the shared document so the provider can initiate the OCM share creation.
description: Accepts an invitation so the user on the sender provider's side can initiate the OCM share creation.
parameters:
- name: invite
in: body
Expand Down