Skip to main content
5 tools. Each one is also a REST route and a CLI command, from the same definition: the same input, the same output, the same errors.

list_areas

List the areas. Returns the spheres of life, in manual order. An area contains projects and can carry tasks directly.

Input

Output

Example

archive_area

Archive or restore an area. Archiving is reversible and cascades: the area’s active projects, their open tasks, then the open tasks attached directly to the area.

Input

Output

Example

create_area

Create an area. Creates a sphere of life.

Input

Output

Example

delete_area

Delete an archived area for good. Removes an area permanently. The area must already be archived: the irreversible step is deliberately reachable only from the reversible one, so nothing is lost by a single misplaced call. Its projects and tasks are detached, never deleted: they lose their area and stay. An area groups, it does not contain.

Input

Output

Example

update_area

Update an area. Partial patch: name, anodized hue, icon (a Phosphor icon name) or notes.

Input

Output

Example