`PUT /storage-key` — set or replace the org's storage key.
/storage-keyRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
PUT /storage-key body — set (or replace) the org's storage key.
Response Body
application/json
curl -X PUT "https://example.com/storage-key" \ -H "Content-Type: application/json" \ -d '{ "connection": { "type": "aws" }, "key_arn": "string" }'{ "connection": { "type": "aws" }, "created_at": "string", "key_arn": "string", "org_id": "string", "updated_at": "string"}`GET /storage-key/iam-template` — the four ADR-0066 deployment artifacts (role template, key-policy statement in two forms, OIDC snippet), rendered for the requested account. A pure read: no storage-key row, no AWS call. Admin gating stays in the logic layer, like every sibling here. GET
Previous Page
Table_create POST
Next Page