mirror of
https://github.com/dathere/ckanaction.git
synced 2025-11-09 22:19:49 +00:00
chore(docs): update endpoints to use POST requests
This commit is contained in:
parent
0eaf2eb000
commit
ebbe179fbf
3 changed files with 40 additions and 36 deletions
|
|
@ -2,7 +2,7 @@
|
|||
title: /package_search
|
||||
full: true
|
||||
_openapi:
|
||||
method: GET
|
||||
method: POST
|
||||
route: /package_search
|
||||
toc: []
|
||||
structuredData:
|
||||
|
|
@ -15,4 +15,4 @@ _openapi:
|
|||
|
||||
Searches for packages satisfying a given search criteria.
|
||||
|
||||
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"/package_search","method":"get"}]} webhooks={[]} hasHead={false} />
|
||||
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"/package_search","method":"post"}]} webhooks={[]} hasHead={false} />
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
title: /package_show
|
||||
full: true
|
||||
_openapi:
|
||||
method: GET
|
||||
method: POST
|
||||
route: /package_show
|
||||
toc: []
|
||||
structuredData:
|
||||
|
|
@ -15,4 +15,4 @@ _openapi:
|
|||
|
||||
Return the metadata of a dataset and its resources.
|
||||
|
||||
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"/package_show","method":"get"}]} webhooks={[]} hasHead={false} />
|
||||
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"/package_show","method":"post"}]} webhooks={[]} hasHead={false} />
|
||||
Loading…
Add table
Add a link
Reference in a new issue