Skip to content

Commit

Permalink
deploy: 1e77579
Browse files Browse the repository at this point in the history
  • Loading branch information
dborovcanin committed Dec 10, 2024
1 parent c9b214b commit cc99241
Show file tree
Hide file tree
Showing 13 changed files with 1,615 additions and 945 deletions.
5 changes: 1 addition & 4 deletions apis/api/openapi/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -421,9 +421,6 @@ components:
client_cert:
type: string
description: Client certificate.
client_key:
type: string
description: Key for the client_cert.
ca_cert:
type: string
description: Issuing CA certificate.
Expand Down Expand Up @@ -652,7 +649,7 @@ components:
content:
application/health+json:
schema:
$ref: "./schemas/HealthInfo.yml"
$ref: "./schemas/health_info.yml"
ConfigUpdateCertsRes:
description: Data retrieved. Config certs updated.
content:
Expand Down
2 changes: 1 addition & 1 deletion apis/api/openapi/certs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ components:
content:
application/health+json:
schema:
$ref: "./schemas/HealthInfo.yml"
$ref: "./schemas/health_info.yml"

securitySchemes:
bearerAuth:
Expand Down
Loading

0 comments on commit cc99241

Please sign in to comment.