Skip to content

Commit

Permalink
fix: Generate credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr0p42 committed Jun 19, 2024
1 parent dac5ee7 commit 31d2474
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def delete_workspace_storage_object(self,

def generate_credentials(self, workspace_id :str, storage_name: str) -> dict:

_url = f"{self.host}/workspace/{workspace_id}/storage/credentials"
_url = f"{self.host}/workspace/{workspace_id}/storage/credentials/"

api_response = self.make_api_request(
requests.post,
Expand Down

0 comments on commit 31d2474

Please sign in to comment.