mirror of
https://github.com/dathere/ckanaction.git
synced 2025-11-09 14:19:49 +00:00
feat(docs): add more endpoints
This commit is contained in:
parent
2f4edc08cf
commit
5b7999b6ea
7 changed files with 454 additions and 64 deletions
20
docs/content/docs/group_autocomplete.mdx
Normal file
20
docs/content/docs/group_autocomplete.mdx
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
---
|
||||
title: group_autocomplete
|
||||
full: true
|
||||
_openapi:
|
||||
method: POST
|
||||
route: group_autocomplete
|
||||
toc: []
|
||||
structuredData:
|
||||
headings: []
|
||||
contents:
|
||||
- content: |
|
||||
Return a list of group names that contain a string.
|
||||
---
|
||||
|
||||
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
|
||||
|
||||
Return a list of group names that contain a string.
|
||||
|
||||
|
||||
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"group_autocomplete","method":"post"}]} webhooks={[]} hasHead={false} />
|
||||
Loading…
Add table
Add a link
Reference in a new issue