Skip to content

Commit 0830bd3

Browse files
committed
Fixes after review
1 parent 8f2dc20 commit 0830bd3

File tree

1 file changed

+4
-24
lines changed

1 file changed

+4
-24
lines changed

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

Lines changed: 4 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +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-
/{sessionId}/participants:
110+
/{sessionToken}/participants:
111111
get:
112112
displayName: Load participant list
113113
description: Loads participant list.
@@ -172,7 +172,7 @@ post:
172172
description: Error - no participant with the given ID exists.
173173

174174

175-
/{sessionId}/participants/{participantId}:
175+
/{sessionToken}/participants/{participantId}:
176176
patch:
177177
displayName: Update participant
178178
description: Updates a participant.
@@ -228,7 +228,7 @@ post:
228228
description: Error - the user is the same as the authenticated participant.
229229
404:
230230
description: Error - the participant does not exist.
231-
/{sessionId}/invitations:
231+
/{sessionToken}/invitations:
232232
post:
233233
displayName: Create invitation
234234
description: Creates an invitation to a session.
@@ -266,24 +266,4 @@ post:
266266
403:
267267
description: Error - an invitation with the same ID already exists.
268268
404:
269-
description: Error - no session with the given ID exists.
270-
/{sessionId}/link:
271-
get:
272-
displayName: Retrieve collaboration session link.
273-
description: Get the collaboration session link.
274-
headers:
275-
Accept:
276-
example: |
277-
application/vnd.ibexa.api.CollaborationSession+xml
278-
application/vnd.ibexa.api.CollaborationSession+json
279-
responses:
280-
200:
281-
body:
282-
application/vnd.ibexa.api.Session+xml:
283-
type: Session
284-
example: !include examples/collaborative_editing/session/GET/Session.xml.example
285-
application/vnd.ibexa.api.Session+json:
286-
type: Session
287-
example: !include examples/collaborative_editing/session/GET/Session.json.example
288-
404:
289-
description: Error - the session does not exist.
269+
description: Error - no session with the given ID exists.

0 commit comments

Comments
 (0)