Artifact fd78b7737b04dac1b458259e2c9a4b8e49473533949420c8735c55afc654f229:
- File www/json-api/api-config.md — part of check-in [e30d67aa45] at 2020-01-28 10:46:03 on branch trunk — Ported in docs for /json/branch, /json/config, and json authentication/capabilities. (user: stephan size: 622) [more...]
JSON API: /config
Jump to:
Fetch Config
Status: Implemented 20120217
Required permissions: "s"
Request: /json/config/get/Area[/Area2/...AreaN]
Where "Area" can be any combination of: skin, ticket, project, all, or skin-backup (which is not included in "all" by default).
Response payload example:
{
"ignore-glob":"*~",
"project-description":"For testing Fossil's JSON API.",
"project-name":"fossil-json-tests"
}
Set/Modify Config
Not implemented.