technitium 0.4.0

Typed async Rust client for the Technitium DNS Server API
Documentation
# Zone Enable

## Endpoint
`/api/zones/enable`

## Method
GET

## Description
Enables an authoritative zone.

## Authentication
Token required.

## Parameters

| Name | Type | Required | Conditional | Description |
|------|------|----------|-------------|-------------|
| `token` | string | Yes | - | Session token from `login` or `createToken`. |
| `node` | string | No | - | Node domain name for clustering. When unspecified, the current node is used. Only usable when Clustering is initialized. |
| `zone` | string | Yes | - | Domain name of the zone to be enabled. |

## Response Fields

No additional response fields beyond `status: "ok"`.

## Conditional Logic Notes
- None.

## Edge Cases
- Enabling an already-enabled zone is presumably a no-op.

## Obsolete Paths
- `/api/zone/enable`
- `/api/enableZone`