We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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> }
{ "name": <new_name> }
We will also need to have a check for server version, similar to what delete_project_now() does.
The text was updated successfully, but these errors were encountered:
JanCaha
Successfully merging a pull request may close this issue.
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:
with body
{ "name": <new_name> }
We will also need to have a check for server version, similar to what delete_project_now() does.
The text was updated successfully, but these errors were encountered: