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

Develop #126

Merged
merged 4 commits into from
Oct 25, 2023
Merged

Develop #126

merged 4 commits into from
Oct 25, 2023

Commits on Oct 19, 2023

  1. Add endpoint to rename a project

    Task: https://github.com/MerginMaps/MerginMaps-Cloud-TEST/issues/1
    URL: PATCH /v2/projects/<project_id>
    Body:
    {
      "name": "new_project_name"
    }
    
    - check the user have permission to update the project
    - check the new name uses allowed characters
    - check if a project with the new name already exists
    harminius committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    2460062 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    ddb9156 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83e0ac1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #124 from MerginMaps/rename_project_endpoint

    Add endpoint to rename a project
    luxusko authored Oct 24, 2023
    Configuration menu
    Copy the full SHA
    9201e0c View commit details
    Browse the repository at this point in the history