From 83eb41510f9be45eae15ff18b4b6d0c51ae15cdd Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Tue, 12 May 2026 17:09:55 -0400 Subject: [PATCH] docs: fix package_list description --- docs/content/docs/package_list.mdx | 4 ++-- docs/lib/openapi.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/docs/package_list.mdx b/docs/content/docs/package_list.mdx index 533e0d9..8259028 100644 --- a/docs/content/docs/package_list.mdx +++ b/docs/content/docs/package_list.mdx @@ -7,11 +7,11 @@ _openapi: structuredData: headings: [] contents: - - content: This endpoint lists CKAN resources. + - content: Return a list of the name of the site's datasets (packages). --- {/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */} -This endpoint lists CKAN resources. +Return a list of the name of the site's datasets (packages). \ No newline at end of file diff --git a/docs/lib/openapi.yml b/docs/lib/openapi.yml index 45479c4..022aa31 100644 --- a/docs/lib/openapi.yml +++ b/docs/lib/openapi.yml @@ -30,7 +30,7 @@ paths: post: operationId: package_list summary: package_list - description: This endpoint lists CKAN resources. + description: Return a list of the name of the site's datasets (packages). requestBody: required: false content: