# Update an account Endpoint: PUT /accounts/{accountId} Version: 1.0.0 Security: bearerAuth ## Path parameters: - `accountId` (string, required) Short account ID with scd- prefix Example: "scd-k2j8n4m1" ## Request fields (application/json): - `name` (string, required) Name of the account Example: "Updated Acme Corporation" ## Response 200 fields (application/json): - `id` (string, required) Short account ID with scd- prefix Example: "scd-k2j8n4m1" - `name` (string, required) Example: "Acme Corporation" - `createdAt` (string, required) Example: "2024-01-15T10:30:00Z" - `updatedAt` (string,null, required) Example: "2024-01-15T14:30:00Z" ## Response 400 fields ## Response 401 fields ## Response 404 fields