# Patch Deal Endpoint: PATCH /v1/deals/{id} Version: 1.0.0 Security: ApiKeyAuth ## Path parameters: - `id` (string, required) ## Request fields (application/json): - `company` (object) - `company.name` (string) - `company.url` (string) - `comment` (string) - `tags` (array) - `stageId` (string) - `fields` (object) ## Response 200 fields (application/json): - `id` (string, required) - `company` (object) - `company.name` (string) - `company.url` (string) - `comment` (string) - `tags` (array) - `creatorId` (string) - `pipelineId` (string) - `stageId` (string) - `addedAt` (any) - `createdAt` (any) - `updatedAt` (any) - `fields` (object)