Skip to content

Commit

Permalink
Correct reference to OpenShift recommendations (#4845)
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran committed Jan 3, 2024
1 parent 03d4a6d commit de55033
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
Expand Up @@ -5827,12 +5827,12 @@
}
},
"/recommendations/openshift": {
"$ref": "/api/cost-management/v1/recommendations/openshift/openapi.json#/paths/~1recommendations~1openshift"
"$ref": "https://raw.githubusercontent.com/RedHatInsights/ros-ocp-backend/main/openapi.json#/paths/~1recommendations~1openshift"
},
"/recommendations/openshift/{recommendation-id}": {
"$ref": "/api/cost-management/v1/recommendations/openshift/openapi.json#/paths/~1recommendations~1openshift~1{recommendation-id}"
"$ref": "https://raw.githubusercontent.com/RedHatInsights/ros-ocp-backend/main/openapi.json#/paths/~1recommendations~1openshift~1%7Brecommendation-id%7D"
}
},
},
"externalDocs": {
"description": "Find out more about Cost Management",
"url": "https://github.com/project-koku/"
Expand Down

0 comments on commit de55033

Please sign in to comment.