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