-
Notifications
You must be signed in to change notification settings - Fork 82
IBX-9006: Collaborative editing - REST API documentation #2528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
9869bdb
to
b51e407
Compare
Preview of modified Markdown: no Markdown change to preview. |
Preview of modified files: no change to preview. |
...t/examples/collaborative_editing/session/create/POST/CollaborationSessionCreate.json.example
Show resolved
Hide resolved
...ut/examples/collaborative_editing/session/create/POST/CollaborationSessionCreate.xml.example
Outdated
Show resolved
Hide resolved
...e/input/examples/collaborative_editing/session/create/POST/CollaborationSession.json.example
Outdated
Show resolved
Hide resolved
...ce/input/examples/collaborative_editing/session/create/POST/CollaborationSession.xml.example
Outdated
Show resolved
Hide resolved
...reference/input/examples/collaborative_editing/session/GET/CollaborationSession.json.example
Show resolved
Hide resolved
..._reference/input/examples/collaborative_editing/session/GET/CollaborationSession.xml.example
Show resolved
Hide resolved
...e/input/examples/collaborative_editing/session/create/POST/CollaborationSession.json.example
Outdated
Show resolved
Hide resolved
...e/input/examples/collaborative_editing/session/create/POST/CollaborationSession.json.example
Show resolved
Hide resolved
...ce/input/examples/collaborative_editing/session/create/POST/CollaborationSession.xml.example
Show resolved
Hide resolved
...ce/input/examples/collaborative_editing/session/create/POST/CollaborationSession.xml.example
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Incorrect responses for internal participant update
.../input/examples/collaborative_editing/participant/add/PATCH/InternalParticipant.json.example
Show resolved
Hide resolved
...e/input/examples/collaborative_editing/participant/add/PATCH/InternalParticipant.xml.example
Outdated
Show resolved
Hide resolved
Missing section about session updates: Method: PATCH {
"ContentSessionUpdate": {
"hasPublicLink": true
}
} <?xml version="1.0" encoding="UTF-8"?>
<ContentSessionUpdate>
<hasPublicLink>true</hasPublicLink>
</ContentSessionUpdate> |
docs/api/rest_api/rest_api_reference/input/ibexa-collaborativeediting-session.raml
Outdated
Show resolved
Hide resolved
Co-authored-by: Tomasz Kryszan <[email protected]>
Co-authored-by: Tomasz Kryszan <[email protected]>
<<<<<<< HEAD | ||
/{sessionToken}/participants: | ||
======= | ||
/{sessionId}/participants: | ||
>>>>>>> 4b9d881fa945112fde19d619e21bd8be8c3884ba |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems that diffs from conflict resolving is added here and below.
description: Error - no session with the given ID exists. | ||
======= | ||
description: Error - no session with the given ID exists. | ||
/{sessionId}/link: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As I mentioned, this is internal endpoint and it should not be presented.
...t/examples/collaborative_editing/session/create/POST/CollaborationSessionCreate.json.example
Outdated
Show resolved
Hide resolved
...ut/examples/collaborative_editing/session/create/POST/CollaborationSessionCreate.xml.example
Outdated
Show resolved
Hide resolved
...ce/input/examples/collaborative_editing/session/create/POST/CollaborationSession.xml.example
Outdated
Show resolved
Hide resolved
...e/input/examples/collaborative_editing/session/create/POST/CollaborationSession.json.example
Outdated
Show resolved
Hide resolved
docs/api/rest_api/rest_api_reference/input/ibexa-collaborativeediting-session.raml
Show resolved
Hide resolved
docs/api/rest_api/rest_api_reference/input/ibexa-collaborativeediting-session.raml
Outdated
Show resolved
Hide resolved
Co-authored-by: Tomasz Kryszan <[email protected]>
…ive_editing/session/GET/Session.json.example
…ive_editing/session/GET/Session.xml.example
Checked and approved from my side (cannot approve as I'm the author of the PR) ✅ |
Before merging, please test as a doc review.
Collaborative editing - REST API documentation:
Doc preview: https://ez-systems-developer-documentation--2528.com.readthedocs.build/en/2528/api/rest_api/rest_api_reference/rest_api_reference.html#collaborative-editing
Checklist