Skip to content

Commit aab10af

Browse files
fix: formatting
1 parent 8926b7d commit aab10af

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

docs/self-hosting/methods/download-config.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -14,22 +14,16 @@ Download `docker-compose.yml` and `variables.env` files for a given Plane releas
1414
curl "https://prime.plane.so/api/v2/setup/?version=<version>&airgapped=<true|false>&platform=<amd64|arm64>" -o plane.zip
1515
```
1616

17+
**Authentication:** None required (public endpoint)
18+
19+
## Query Parameters
20+
1721
| Option | Required | Default | Description |
1822
| ---------- | -------- | ------- | -------------------------------------------- |
1923
| `version` | Yes || Release tag name (e.g. `v2.3.4`) |
2024
| `airgapped`| No | `false` | Set to `true` to get airgapped compose files |
2125
| `platform` | No | `amd64` | Target architecture: `amd64` or `arm64` |
2226

23-
**Authentication:** None required (public endpoint)
24-
25-
## Query Parameters
26-
27-
| Parameter | Required | Default | Description |
28-
| ----------- | -------- | ------- | -------------------------------------------- |
29-
| `version` | Yes || Release tag name (e.g. `v2.3.4`) |
30-
| `airgapped` | No | `false` | Set to `true` to get airgapped compose files |
31-
| `platform` | No | `amd64` | Target architecture: `amd64` or `arm64` |
32-
3327
## Response
3428

3529
**Success (200):** A zip file download containing the config files for the requested release.

0 commit comments

Comments
 (0)