documentation-developer
documentation-developer copied to clipboard
IBX-9006: Collaborative editing - REST API documentation
| Question | Answer |
|---|---|
| JIRA Ticket | (https://issues.ibexa.co/browse/IBX-9006) |
| Versions | 4.6+ |
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
- [REST] Endpoint for initiating collaboration session (https://issues.ibexa.co/browse/IBX-8739)
- [REST] Endpoint for deleting collaboration session (https://issues.ibexa.co/browse/IBX-8744)
- [REST] Add input validation for create collaboration session endpoint (https://issues.ibexa.co/browse/IBX-9048)
- [REST] Endpoint for retrieving collaboration session details (https://issues.ibexa.co/browse/IBX-8745)
- [REST] Endpoint for updating participant scope (https://issues.ibexa.co/browse/IBX-8741)
- [REST] Endpoint for removing participant (https://issues.ibexa.co/browse/IBX-8742)
- [REST] Endpoint for listing participants (https://issues.ibexa.co/browse/IBX-8743)
- [REST] Endpoint for add participant (https://issues.ibexa.co/browse/IBX-9001)
- [REST] Endpoint for creating collaboration invitation (https://issues.ibexa.co/browse/IBX-8740)
- [REST] Endpoint to list users with their permissions to content item (https://issues.ibexa.co/browse/IBX-9002)
Checklist
- [ ] Text renders correctly
- [ ] Text has been checked with vale
- [ ] Description metadata is up to date
- [ ] Redirects cover removed/moved pages
- [ ] Code samples are working
- [ ] PHP code samples have been fixed with PHP CS fixer
- [ ] Added link to this PR in relevant JIRA ticket or code PR
Preview of modified Markdown: no Markdown change to preview.
Preview of modified files: no change to preview.
Missing section about session updates:
Method: PATCH
{
"ContentSessionUpdate": {
"hasPublicLink": true
}
}
<?xml version="1.0" encoding="UTF-8"?>
<ContentSessionUpdate>
<hasPublicLink>true</hasPublicLink>
</ContentSessionUpdate>
Checked and approved from my side (cannot approve as I'm the author of the PR) ✅