From 169224560b46c75b98a537a6b3ef18157534aa03 Mon Sep 17 00:00:00 2001 From: Prospector <6166773+Prospector@users.noreply.github.com> Date: Thu, 15 Jan 2026 14:50:15 -0800 Subject: [PATCH] Include changelog query docs (#5128) * Include changelog query docs * example -> default --- apps/docs/public/openapi.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/apps/docs/public/openapi.yaml b/apps/docs/public/openapi.yaml index a3b843f5..b7930c85 100644 --- a/apps/docs/public/openapi.yaml +++ b/apps/docs/public/openapi.yaml @@ -2516,6 +2516,13 @@ paths: description: 'Allows to filter for featured or non-featured versions only' schema: type: boolean + - in: query + name: include_changelog + required: false + description: 'Allows you to toggle the inclusion of the changelog field in the response. It is highly recommended to use include_changelog=false in most cases unless you specifically need the changelog for all versions.' + schema: + type: boolean + default: true responses: '200': description: Expected response to a valid request