documentation-developer icon indicating copy to clipboard operation
documentation-developer copied to clipboard

IBX-9006: Collaborative editing - REST API documentation

Open julitafalcondusza opened this issue 1 year ago • 1 comments

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

julitafalcondusza avatar Oct 29 '24 09:10 julitafalcondusza

Preview of modified Markdown: no Markdown change to preview.

github-actions[bot] avatar Apr 02 '25 11:04 github-actions[bot]

Preview of modified files: no change to preview.

github-actions[bot] avatar Sep 01 '25 10:09 github-actions[bot]

Missing section about session updates:

Method: PATCH

{
    "ContentSessionUpdate": {
        "hasPublicLink": true
    }
}
<?xml version="1.0" encoding="UTF-8"?>
<ContentSessionUpdate>
    <hasPublicLink>true</hasPublicLink>
</ContentSessionUpdate>

ciastektk avatar Sep 17 '25 10:09 ciastektk

Checked and approved from my side (cannot approve as I'm the author of the PR) ✅

julitafalcondusza avatar Oct 01 '25 11:10 julitafalcondusza