Skip to content

Commit

Permalink
Merge pull request #361 from openvinotoolkit/fix-pat-organization-end…
Browse files Browse the repository at this point in the history
…point

Fix organization retrieval URL with PAT
  • Loading branch information
ljcornel authored Mar 26, 2024
2 parents 9dc903d + da3afe2 commit 643420c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geti_sdk/http_session/geti_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ def _get_organization_id(self) -> str:
)
else:
result = self.get_rest_response(
url=f"personal_access_tokens/organization/{self.config.token}",
url="personal_access_tokens/organization",
method="GET",
include_organization_id=False,
)
Expand Down

0 comments on commit 643420c

Please sign in to comment.