From 103f9003dd02a6cb5c563fa95f73f51eab674642 Mon Sep 17 00:00:00 2001 From: Doug Fennell Date: Fri, 3 Oct 2025 12:18:51 -0500 Subject: [PATCH] docs(api): allow OpenAPI download; add Apache-2.0 notice to info.description --- docs/api/reference.md | 1 - docs/api/v1/openapi.json | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/api/reference.md b/docs/api/reference.md index 948f0f9..7f3b5a3 100644 --- a/docs/api/reference.md +++ b/docs/api/reference.md @@ -2,5 +2,4 @@ ```redoc spec-url: ./v1/openapi.json -hide-download-button: true ``` diff --git a/docs/api/v1/openapi.json b/docs/api/v1/openapi.json index 45c0b92..d5a3327 100644 --- a/docs/api/v1/openapi.json +++ b/docs/api/v1/openapi.json @@ -3,7 +3,7 @@ "info": { "title": "Runtime Debug Control Protocol (RDCP)", "version": "1.0.0", - "description": "A standardized HTTP-based protocol for controlling debug logging in distributed applications at runtime.", + "description": "A standardized HTTP-based protocol for controlling debug logging in distributed applications at runtime.\n\nCopyright 2025 Doug Fennell/rdcp.dev\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0", "contact": { "name": "RDCP Protocol", "url": "https://github.com/mojoatomic/rdcp-protocol"