mirror of
https://github.com/dathere/ckanaction.git
synced 2025-11-09 14:19:49 +00:00
feat(docs): add all GET endpoints for CKAN Actions API v3
This commit is contained in:
parent
b0f2d3e8de
commit
c1343cc294
32 changed files with 1221 additions and 35 deletions
21
docs/content/docs/config_option_list.mdx
Normal file
21
docs/content/docs/config_option_list.mdx
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
title: config_option_list
|
||||
full: true
|
||||
_openapi:
|
||||
method: POST
|
||||
route: config_option_list
|
||||
toc: []
|
||||
structuredData:
|
||||
headings: []
|
||||
contents:
|
||||
- content: >
|
||||
Return a list of runtime-editable config option keys that can be
|
||||
updated with `config_option_update()`.
|
||||
---
|
||||
|
||||
{/* 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 runtime-editable config option keys that can be updated with `config_option_update()`.
|
||||
|
||||
|
||||
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"config_option_list","method":"post"}]} webhooks={[]} hasHead={false} />
|
||||
Loading…
Add table
Add a link
Reference in a new issue