(ctx context.Context, arg UpdateCryptoKeyDeletesAtParams)
| 1241 | UpdateChatTitleByID(ctx context.Context, arg UpdateChatTitleByIDParams) (Chat, error) |
| 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 |
no outgoing calls