Skip to content
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

Add folder rename endpoint #83

Open
reganwolfrom opened this issue Nov 22, 2022 · 0 comments
Open

Add folder rename endpoint #83

reganwolfrom opened this issue Nov 22, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@reganwolfrom
Copy link
Member

reganwolfrom commented Nov 22, 2022

We are able to rename documents with PATCH /documents/{id} by specifying a new path, but there is currently no way to rename folder index items. Ideally, we would have an endpoint such as this: /indices/folder/rename that accepts the full path parameter and a folder name (no path) and renames the folder.

Conversely, we could allow a new full path that could function as a "mv" command, but this functionality is already available using POST /indices/folder/move

Since "path" is stored on the document level as well. Potentially would have to update all the documents "path" as well.

@reganwolfrom reganwolfrom added the enhancement New feature or request label Nov 22, 2022
@reganwolfrom reganwolfrom added this to the v1.10.0 milestone Dec 23, 2022
@mfriesen mfriesen modified the milestones: v1.10.0, v1.11.0 Mar 11, 2023
@mfriesen mfriesen modified the milestones: v1.11.0, v1.12.0, v1.13.0 Jun 15, 2023
@mfriesen mfriesen modified the milestones: v1.13.0, v1.14.0 Nov 18, 2023
@mfriesen mfriesen modified the milestones: v1.14.0, v1.15.0 Apr 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants