# Add account (tenant) metadata Add metadata to an account (tenant). If a metadata key already exists, its value is overwritten. Provide the account (tenant) ID as a path parameter and the metadata object in the request body. An environment token is required for this route and can be obtained from the environment authentication route. Endpoint: POST /resources/tenants/v1/{tenantId}/metadata Security: bearer ## Path parameters: - `tenantId` (string, required) ## Request fields (application/json): - `metadata` (any, required) ## Response 400 fields ## Response 404 fields