Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions docs/platform/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ marketplace webhook service is a separate listener rooted at `/marketplace/api/v

A machine-readable [OpenAPI 3.0.3 specification](../api/openapi.yaml) of this API is
also available (`openapi.yaml`) — load it into any OpenAPI tool (Swagger UI, Redoc,
`openapi-generator`) to explore the API or generate a client. A self-contained
Swagger UI viewer (`api.html`, with the spec inlined) is available at the repository
root.
`openapi-generator`) to explore the API or generate a client. A self-contained,
interactive [Swagger UI viewer](../api/reference/) (with the spec inlined) is also
published for this release — open it to browse and try every endpoint in the browser.

## Overview

Expand Down
File renamed without changes.
5 changes: 5 additions & 0 deletions docs/platform/api/reference/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Interactive API Reference
type: swagger
layout: single
---
Loading