Fossil

JSON API: /config
Login

(⬑JSON API Index)

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.