Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Open-API docs with authentication info #1427

Merged
merged 2 commits into from
Dec 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion docs/03_server/10_integration/12_open-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Open API support was introduced in version 7.0 of the Genesis platform.

:::

The Genesis low-code platform supports the use of [Open API](https://swagger.io/specification/) in order to integrate with external systems.
The Genesis low-code platform uses [Open API](https://swagger.io/specification/) to integrate with external systems.

Genesis makes this easy to configure and set up, and an Open API specification is generated for the following resources:

Expand All @@ -38,6 +38,12 @@ Genesis Open API supports Open API version 3.1.

:::

:::important

All requests to the rest endpoints below need to be [authenticated](../../integration/rest-endpoints/basics/).

:::

The Open API specification is generated at runtime and is available at the following endpoints:

Full specification:
Expand Down