Skip to content
This repository has been archived by the owner on Jan 20, 2025. It is now read-only.

Commit

Permalink
add POST
Browse files Browse the repository at this point in the history
  • Loading branch information
shijl0925 committed Aug 4, 2024
1 parent 39a633b commit ff4f102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonarqube/rest/projects.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
API_PROJECTS_SEARCH_ENDPOINT,
API_PROJECTS_CREATE_PROJECT_ENDPOINT
)
from sonarqube.utils.common import GET
from sonarqube.utils.common import GET, POST


class SonarQubeProjects(RestClient):
Expand Down

0 comments on commit ff4f102

Please sign in to comment.