Skip to content

Commit

Permalink
Remove schema related section from documentation
Browse files Browse the repository at this point in the history
Removes schema related API docs from api-guide.adoc

Fixes #6052
  • Loading branch information
corneil authored and cppwfs committed Nov 12, 2024
1 parent ff88216 commit 5a5c017
Showing 1 changed file with 0 additions and 62 deletions.
62 changes: 0 additions & 62 deletions spring-cloud-dataflow-docs/src/main/asciidoc/api-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ The API includes the following resources:

* <<api-guide-resources-index>>
* <<resources-about>>
* <<api-guide-resources-schema-info>>
* <<api-guide-resources-audit-records>>
* <<resources-registered-applications>>
* <<api-guide-resources-stream-definitions>>
Expand Down Expand Up @@ -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>>
* <<api-guide-resources-schema-info-targets>>

[[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>>
* <<api-guide-resources-schema-info-versions-example-request>>
* <<api-guide-resources-schema-info-versions-response-structure>>

[[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>>
* <<api-guide-resources-schema-info-targets-example-request>>
* <<api-guide-resources-schema-info-targets-response-structure>>

[[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
Expand Down

0 comments on commit 5a5c017

Please sign in to comment.