Fix markdown table formatting in server documentation

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-22 16:19:20 +01:00
parent e87a60926b
commit 8aec2b21a9

View File

@@ -245,7 +245,7 @@ add_action('init', function() {
Every signed response includes:
| Header | Description | Example |
|--------|-------------|---------|
| -------- | ------------- | --------- |
| `X-License-Signature` | HMAC-SHA256 signature (hex) | `a1b2c3d4...` (64 chars) |
| `X-License-Timestamp` | Unix timestamp when signed | `1706000000` |