This issue has been created
There is 1 update.
 
 
XWiki Platform / cid:jira-generated-image-avatar-10374c38-964f-4a37-b34b-7e683ef80c9d XWIKI-22645 Open

Add revisions number and support DELETE operation for history endpoint of the REST API

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-085f964b-39d5-4b25-ab19-b718d1e95985 Pierre Jeanjean created this issue on 08/Nov/24 15:02
 
Summary: Add revisions number and support DELETE operation for history endpoint of the REST API
Issue Type: cid:jira-generated-image-avatar-10374c38-964f-4a37-b34b-7e683ef80c9d Improvement
Affects Versions: 16.9.0
Assignee: Unassigned
Components: REST
Created: 08/Nov/24 15:02
Priority: cid:jira-generated-image-static-major-16ea1df4-f7e6-4dc2-8f62-168f7c351444 Major
Reporter: Pierre Jeanjean
Description:

The current REST API does not include the total number of revisions for a given document.

 
 

1 update

 
cid:jira-generated-image-avatar-085f964b-39d5-4b25-ab19-b718d1e95985 Changes by Pierre Jeanjean on 08/Nov/24 15:04
 
Description: The current "history" endpoint of the REST API does not include the total number of revisions for a given document.
This makes pagination basically impossible using only the REST API.

It also does not support the DELETE operation, while it is possible to delete revisions through XWiki.