PATCH
/
api
/
v3
/
opportunity_workspaces
/
{id}
Update Workspace
curl --request PATCH \
  --url https://app.govly.com/api/v3/opportunity_workspaces/{id} \
  --header 'Content-Type: application/json' \
  --data '{
  "stage": "<string>",
  "name": "<string>"
}'
This endpoint updates an existing workspace.

Path Parameters

id
string
required
ID of the workspace to update

Request Body

stage
string
New stage for the workspace
name
string
New display name for the workspace
This endpoint is part of the legacy v3 API and will be deprecated in the future. Please migrate to the new enterprise API endpoints.