(ctx context.Context, arg UpdateCustomRoleParams)
| 1242 | UpdateChatWorkspaceBinding(ctx context.Context, arg UpdateChatWorkspaceBindingParams) (Chat, error) |
| 1243 | UpdateCryptoKeyDeletesAt(ctx context.Context, arg UpdateCryptoKeyDeletesAtParams) (CryptoKey, error) |
| 1244 | UpdateCustomRole(ctx context.Context, arg UpdateCustomRoleParams) (CustomRole, error) |
| 1245 | // Updates only the encrypted columns (api_key, api_key_key_id) and |
| 1246 | // the updated_at timestamp on a row. Used by the dbcrypt key |
| 1247 | // rotation utility to re-encrypt or decrypt rows in place. |
no outgoing calls