feat(docs): add all GET endpoints for CKAN Actions API v3

This commit is contained in:
rzmk 2025-10-28 15:58:27 -04:00
parent b0f2d3e8de
commit c1343cc294
32 changed files with 1221 additions and 35 deletions

View 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} />