From 5a5c01704e950afe91f84c6ddf32746b43da5d77 Mon Sep 17 00:00:00 2001 From: Corneil du Plessis Date: Mon, 11 Nov 2024 14:05:18 +0200 Subject: [PATCH] Remove schema related section from documentation Removes schema related API docs from api-guide.adoc Fixes #6052 --- .../src/main/asciidoc/api-guide.adoc | 62 ------------------- 1 file changed, 62 deletions(-) diff --git a/spring-cloud-dataflow-docs/src/main/asciidoc/api-guide.adoc b/spring-cloud-dataflow-docs/src/main/asciidoc/api-guide.adoc index 71a4868e2d..61e8df8b5a 100644 --- a/spring-cloud-dataflow-docs/src/main/asciidoc/api-guide.adoc +++ b/spring-cloud-dataflow-docs/src/main/asciidoc/api-guide.adoc @@ -146,7 +146,6 @@ The API includes the following resources: * <> * <> -* <> * <> * <> * <> @@ -625,67 +624,6 @@ include::{snippets}/app-registry-documentation/unregistering-all-applications/cu include::{snippets}/app-registry-documentation/unregistering-all-applications/http-response.adoc[] -[[api-guide-resources-schema-info]] -=== Schema Information - -The schema information endpoint provides information about the supported Spring Boot schema versions for Task and Batch applications and the available Schema Targets. - -The following topics provide more details: - -* <> -* <> - -[[api-guide-resources-schema-info-versions]] -==== List All Schema Versions - -The schema endpoint provides for listing supported Spring Boot versions. - -The following topics provide more details: - -* <> -* <> -* <> - -[[api-guide-resources-schema-info-versions-request-structure]] -===== Request Structure - -include::{snippets}/schema-documentation/schema-versions/http-request.adoc[] - -[[api-guide-resources-schema-info-versions-example-request]] -===== Example Request - -include::{snippets}/schema-documentation/schema-versions/curl-request.adoc[] - -[[api-guide-resources-schema-info-versions-response-structure]] -===== Response Structure - -include::{snippets}/schema-documentation/schema-versions/http-response.adoc[] - -[[api-guide-resources-schema-info-targets]] -==== List All Schema Targets - -The schema endpoint provides for listing supported Schema Targets. - -The following topics provide more details: - -* <> -* <> -* <> - -[[api-guide-resources-schema-info-targets-request-structure]] -===== Request Structure - -include::{snippets}/schema-documentation/schema-targets/http-request.adoc[] - -[[api-guide-resources-schema-info-targets-example-request]] -===== Example Request - -include::{snippets}/schema-documentation/schema-targets/curl-request.adoc[] - -[[api-guide-resources-schema-info-targets-response-structure]] -===== Response Structure - -include::{snippets}/schema-documentation/schema-targets/http-response.adoc[] [[api-guide-resources-audit-records]] === Audit Records