Skip to content

Commit

Permalink
update object storage URL (#99)
Browse files Browse the repository at this point in the history
Co-authored-by: Dean Oren <deangili.oren@mail.schwarz>
  • Loading branch information
do87 and Dean Oren committed Jan 11, 2023
1 parent 743c1c2 commit 743a54e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/services/object-storage/v1.0.1/generated/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (

func NewService(c common.Client) *ClientWithResponses {
nc, _ := NewClientWithResponses(
"https://api.stackit.cloud/mongodb/v1/",
"https://api.stackit.cloud/object-storage-api/",
WithHTTPClient(c),
)
return nc
Expand Down
2 changes: 1 addition & 1 deletion pkg/services/object-storage/v1.0.1/include/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (

func NewService(c common.Client) *objectstorage.ClientWithResponses {
nc, _ := objectstorage.NewClientWithResponses(
"https://api.stackit.cloud/mongodb/v1/",
"https://api.stackit.cloud/object-storage-api/",
objectstorage.WithHTTPClient(c),
)
return nc
Expand Down
2 changes: 1 addition & 1 deletion pkg/services/object-storage/v1.0.1/notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenAPI spec has been modified

- `os-flat.json` has been created from `swagger-cli bundle -r -o objectstorage.json swagger.json` due to problematic path $refs
- `objectstorage.json` has been created from `swagger-cli bundle -r -o objectstorage.json swagger.json` due to problematic path $refs
- removed `Authorization token` from every request's params

0 comments on commit 743a54e

Please sign in to comment.