Skip to content

Commit

Permalink
RDoc-3064 small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle9897 committed Nov 3, 2024
1 parent b0ab9e8 commit 8a7c4a8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ No exception is thrown if a change vector doesn’t match any revision.
| **documentId** | `string` | The ID of the document whose revisions you want to delete. |
| **documentIds** | `List<string>` | A list of document IDs whose revisions you want to delete. |
| **removeForceCreatedRevisions** | `bool` | `true` - Include [force-created revisions](../../../../document-extensions/revisions/overview#force-revision-creation) in the deletion.<br>`false` - Exclude force-created revisions. |
| **from** | `DateTime` | The start date of the range for revisions to delete (inclusive). |
| **to** | `DateTime` | The end date of the range for revisions to delete (inclusive). |
| **from** | `DateTime` | The start of the date range for the revisions to delete (inclusive). |
| **to** | `DateTime` | The end of the date range for the revisions to delete (inclusive). |
| **revisionsChangeVectors** | `List<string>` | A list of change vectors corresponding to the revisions that you want to delete. |

{PANEL/}
Expand Down

0 comments on commit 8a7c4a8

Please sign in to comment.