Skip to content

Commit ac73883

Browse files
committed
Fixes
1 parent 24f8d63 commit ac73883

File tree

1 file changed

+1
-37
lines changed

1 file changed

+1
-37
lines changed

docs/api/rest_api/rest_api_reference/input/ibexa-collaborativeediting-session.raml

Lines changed: 1 addition & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,7 @@ post:
107107
description: Error - the session does not exist.
108108
412:
109109
description: Error - the current ETag does not match with the provided one in the If-Match header.
110-
<<<<<<< HEAD
111110
/{sessionToken}/participants:
112-
=======
113-
/{sessionId}/participants:
114-
>>>>>>> 4b9d881fa945112fde19d619e21bd8be8c3884ba
115111
get:
116112
displayName: Load participant list
117113
description: Loads participant list.
@@ -176,11 +172,7 @@ post:
176172
description: Error - no participant with the given ID exists.
177173

178174

179-
<<<<<<< HEAD
180175
/{sessionToken}/participants/{participantId}:
181-
=======
182-
/{sessionId}/participants/{participantId}:
183-
>>>>>>> 4b9d881fa945112fde19d619e21bd8be8c3884ba
184176
patch:
185177
displayName: Update participant
186178
description: Updates a participant.
@@ -236,11 +228,7 @@ post:
236228
description: Error - the user is the same as the authenticated participant.
237229
404:
238230
description: Error - the participant does not exist.
239-
<<<<<<< HEAD
240231
/{sessionToken}/invitations:
241-
=======
242-
/{sessionId}/invitations:
243-
>>>>>>> 4b9d881fa945112fde19d619e21bd8be8c3884ba
244232
post:
245233
displayName: Create invitation
246234
description: Creates an invitation to a session.
@@ -278,28 +266,4 @@ post:
278266
403:
279267
description: Error - an invitation with the same ID already exists.
280268
404:
281-
<<<<<<< HEAD
282-
description: Error - no session with the given ID exists.
283-
=======
284-
description: Error - no session with the given ID exists.
285-
/{sessionId}/link:
286-
get:
287-
displayName: Retrieve collaboration session link.
288-
description: Get the collaboration session link.
289-
headers:
290-
Accept:
291-
example: |
292-
application/vnd.ibexa.api.CollaborationSession+xml
293-
application/vnd.ibexa.api.CollaborationSession+json
294-
responses:
295-
200:
296-
body:
297-
application/vnd.ibexa.api.Session+xml:
298-
type: Session
299-
example: !include examples/collaborative_editing/session/GET/Session.xml.example
300-
application/vnd.ibexa.api.Session+json:
301-
type: Session
302-
example: !include examples/collaborative_editing/session/GET/Session.json.example
303-
404:
304-
description: Error - the session does not exist.
305-
>>>>>>> 4b9d881fa945112fde19d619e21bd8be8c3884ba
269+
description: Error - no session with the given ID exists.

0 commit comments

Comments
 (0)