From a1286905123f0312bad4adc26175c72174f33150 Mon Sep 17 00:00:00 2001 From: Amit Upadhye Date: Thu, 28 Sep 2023 12:27:01 +0530 Subject: [PATCH] fix: Update OpenAPI Schema's file path in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 991f31d9..3f391a60 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Updating a host (all hosts) via the API: The REST interface can be used to view and update the current configuration for all hosts connected through RHC. It can also be used to view a history of previous configuration changes, and obtain logs related to those changes. -See the [OpenAPI Schema](./schema/api.spec.yaml) for details on interacting with the REST interface. +See the [OpenAPI Schema](./internal/http/v1/openapi.yaml) for details on interacting with the REST interface. ## Event interface