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

Rename projects #190

Closed
wonder-sk opened this issue Oct 26, 2023 · 0 comments · Fixed by #192
Closed

Rename projects #190

wonder-sk opened this issue Oct 26, 2023 · 0 comments · Fixed by #192
Assignees
Labels
enhancement New feature or request

Comments

@wonder-sk
Copy link
Contributor

wonder-sk commented Oct 26, 2023

MM server 2023.5.4 now includes an endpoint to rename projects - let's add it to the python API + let's add it to CLI.

This is the new endpoint:

PATCH /v2/projects/<project_id>

with body { "name": <new_name> }

We will also need to have a check for server version, similar to what delete_project_now() does.

@wonder-sk wonder-sk added the enhancement New feature or request label Oct 26, 2023
@JanCaha JanCaha self-assigned this Oct 26, 2023
@JanCaha JanCaha mentioned this issue Oct 26, 2023
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

Successfully merging a pull request may close this issue.

2 participants