---
title: "Update an opportunity"
method: PUT
path: "/opportunities/{opportunityId}"
tags: ["Opportunity API:Opportunities"]
---

# Update an opportunity

`PUT /opportunities/{opportunityId}`

## Path parameters

- `opportunityId` string, uuid, required

## Request body

- UpdateOpportunityCommand
  - `opportunityTitle` string, nullable
  - `companyId` integer
  - `contactId` integer, nullable
  - `workTypeId` integer, nullable
  - `stageId` string, uuid, nullable
  - `value` number, double, nullable
  - `estimatedClose` string, date-time, nullable
  - `ownerUserIds` integer[], nullable
  - `additionalInformation` string, nullable

## Response `200`

Requested opportunity details

- CreatedOpportunityModel
  - `opportunityId` string, uuid

## Other responses

- `404` — Opportunity was not found
- `422` — Validation error

---

[API](https://skmtc.net/jobadder/apis/jobadder-api.md) · [All operations](https://skmtc.net/jobadder/apis/jobadder-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jobadder/jobadder-api/revisions/9f43f6a6ee6e/schema)
