Skip to content

Commit 3a9b19c

Browse files
juskoraciastektk
andauthored
Apply suggestions from code review
Co-authored-by: Tomasz Kryszan <[email protected]>
1 parent 4c60378 commit 3a9b19c

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/api/rest_api/rest_api_reference/input/examples/collaborative_editing/session/create/POST/CollaborationSession.json.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
},
6868
"Content": {
6969
"_media-type": "application/vnd.ibexa.api.ContentInfo+json",
70-
"_href": "/api/ibexa/v2/content/objects/590"
70+
"_href": "/api/ibexa/v2/content/objects/57"
7171
}
7272
},
7373
"Language": {

docs/api/rest_api/rest_api_reference/input/examples/collaborative_editing/session/create/POST/CollaborationSession.xml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<names>
4343
<value languageCode="eng-GB">Multimedia</value>
4444
</names>
45-
<Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/51"/>
45+
<Content media-type="application/vnd.ibexa.api.ContentInfo+xml" href="/api/ibexa/v2/content/objects/57"/>
4646
</VersionInfo>
4747
<Language media-type="application/vnd.ibexa.api.Language+xml" href="/api/ibexa/v2/languages/eng-GB">
4848
<languageId>2</languageId>

docs/api/rest_api/rest_api_reference/input/examples/collaborative_editing/session/create/POST/CollaborationSessionCreate.json.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"_media-type": "application\/vnd.ibexa.api.InternalParticipantCreate+json",
1212
"User": {
1313
"_media-type": "application/vnd.ibexa.api.User+json",
14-
"_href": "/api/ibexa/v2/user/users/14"
14+
"_href": "/api/ibexa/v2/user/users/70"
1515
},
1616
"scope": "view"
1717
},

docs/api/rest_api/rest_api_reference/input/examples/collaborative_editing/session/create/POST/CollaborationSessionCreate.xml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<ParticipantCreate media-type="application/vnd.ibexa.api.InternalParticipantCreate+xml">
99
<scope>edit</scope>
1010
<User media-type="application/vnd.ibexa.api.User+xml"
11-
href="/api/ibexa/v2/user/users/1470
11+
href="/api/ibexa/v2/user/users/70
1212
>
1313
</User>
1414
</ParticipantCreate>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ post:
112112
displayName: Load participant list
113113
description: Loads participant list.
114114
queryParameters:
115-
sessionId:
116-
description: Retrieves the participant list for a given collaboration session ID.
115+
sessionToken:
116+
description: Retrieves the participant list for a given collaboration session token.
117117
headers:
118118
Accept:
119119
description: ParticipantList - If set, the participant list is returned in XML or JSON format.

0 commit comments

Comments
 (0)