mirror of
https://github.com/dathere/ckanaction.git
synced 2026-05-20 01:44:16 +00:00
docs: fix package_list description
This commit is contained in:
parent
a88a8fffc3
commit
83eb41510f
2 changed files with 3 additions and 3 deletions
|
|
@ -7,11 +7,11 @@ _openapi:
|
||||||
structuredData:
|
structuredData:
|
||||||
headings: []
|
headings: []
|
||||||
contents:
|
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 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).
|
||||||
|
|
||||||
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"package_list","method":"post"}]} />
|
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"package_list","method":"post"}]} />
|
||||||
|
|
@ -30,7 +30,7 @@ paths:
|
||||||
post:
|
post:
|
||||||
operationId: package_list
|
operationId: package_list
|
||||||
summary: 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:
|
requestBody:
|
||||||
required: false
|
required: false
|
||||||
content:
|
content:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue