Skip to content

Commit

Permalink
Merge pull request #24 from vmware/feature/include_202_response_to_re…
Browse files Browse the repository at this point in the history
…source_certificates

Include 202 as response code to "/v1/domains/{id}/resource-certificates" API endpoint
  • Loading branch information
dimitarproynov authored Nov 21, 2023
2 parents 3659c4c + bce6d43 commit 188f83f
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 8 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## [v0.2.1](https://github.com/vmware/vcf-sdk-go/releases/tag/v0.2.1)

> Release Date: 22 Nov 2023
Include 202 as response code to "/v1/domains/{id}/resource-certificates" API endpoint

## [v0.2.0](https://github.com/vmware/vcf-sdk-go/releases/tag/v0.2.0)

> Release Date: 18 Oct 2023
Expand Down
17 changes: 9 additions & 8 deletions client/certificates/certificates_client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

69 changes: 69 additions & 0 deletions client/certificates/replace_resource_certificates_responses.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -3724,6 +3724,12 @@
"$ref" : "#/definitions/Task"
}
},
"202" : {
"description" : "Accepted",
"schema" : {
"$ref" : "#/definitions/Task"
}
},
"500" : {
"description" : "Internal server error",
"schema" : {
Expand Down

0 comments on commit 188f83f

Please sign in to comment.