Merge pull request #2216 from creslinux/docs/clarify-triage-endpoint

Clarify API docs for triage endpoint and S3 configuration
This commit is contained in:
Jorge Manrubia
2026-03-03 11:42:51 +01:00
committed by GitHub
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -749,7 +749,7 @@ Returns `204 No Content` on success.
### `POST /:account_slug/cards/:card_number/triage` ### `POST /:account_slug/cards/:card_number/triage`
Moves a card from triage into a column. Moves a card into a column.
| Parameter | Type | Required | Description | | Parameter | Type | Required | Description |
|-----------|------|----------|-------------| |-----------|------|----------|-------------|
+1
View File
@@ -132,6 +132,7 @@ Then set the following as appropriate for your S3 bucket:
- `S3_REGION` - `S3_REGION`
- `S3_ACCESS_KEY_ID` - `S3_ACCESS_KEY_ID`
- `S3_SECRET_ACCESS_KEY` - `S3_SECRET_ACCESS_KEY`
- `CSP_CONNECT_SRC`
If you're using a provider other than AWS, you will also need some of the following: If you're using a provider other than AWS, you will also need some of the following:
+1
View File
@@ -103,6 +103,7 @@ To use the included `s3` service, set:
- `S3_BUCKET` (defaults to `fizzy-#{Rails.env}-activestorage`) - `S3_BUCKET` (defaults to `fizzy-#{Rails.env}-activestorage`)
- `S3_REGION` (defaults to `us-east-1`) - `S3_REGION` (defaults to `us-east-1`)
- `S3_SECRET_ACCESS_KEY` - `S3_SECRET_ACCESS_KEY`
- `CSP_CONNECT_SRC`
Optional for S3-compatible endpoints: Optional for S3-compatible endpoints: