Skip to content

Commit

Permalink
Correct reference to OpenShift recommendations
Browse files Browse the repository at this point in the history
  • Loading branch information
samdoran committed Dec 21, 2023
1 parent 4ec522a commit 6683b09
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 @@ -5735,12 +5735,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 6683b09

Please sign in to comment.