mirror of
https://github.com/dathere/ckanaction.git
synced 2025-12-19 08:49:26 +00:00
27 lines
No EOL
933 B
Text
27 lines
No EOL
933 B
Text
---
|
|
title: config_option_show
|
|
full: true
|
|
_openapi:
|
|
method: POST
|
|
route: config_option_show
|
|
toc: []
|
|
structuredData:
|
|
headings: []
|
|
contents:
|
|
- content: >
|
|
Show the current value of a particular configuration option.
|
|
|
|
|
|
Only returns runtime-editable config options (the ones returned by
|
|
`config_option_list()`), which can be updated with the
|
|
`config_option_update()` action.
|
|
---
|
|
|
|
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
|
|
|
|
Show the current value of a particular configuration option.
|
|
|
|
Only returns runtime-editable config options (the ones returned by `config_option_list()`), which can be updated with the `config_option_update()` action.
|
|
|
|
|
|
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"config_option_show","method":"post"}]} webhooks={[]} hasHead={false} /> |