Skip to content

Commit

Permalink
hccdoc-2065 update description and auth description (#4877)
Browse files Browse the repository at this point in the history
  • Loading branch information
neal-timpe authored Jan 26, 2024
1 parent e99123d commit 9c2b130
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/specs/openapi.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"openapi": "3.0.0",
"info": {
"description": "The API for Cost Management",
"version": "1.0.2",
"description": "Access your cloud and OpenShift data you integrated with cost management.",
"version": "v1",
"title": "Cost Management",
"license": {
"name": "AGPL-3.0",
Expand Down Expand Up @@ -6103,7 +6103,7 @@
"securitySchemes": {
"basic_auth": {
"type": "http",
"description": "The userid/password is needed when accessing this API externally",
"description": "Use service account authentication to access this API. See the cost management documentation for details.",
"scheme": "basic"
}
},
Expand Down

0 comments on commit 9c2b130

Please sign in to comment.