Skip to main content
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' \
  --header 'X-API-KEY: <api-key>' \
  --data '
{
  "stage": "<string>",
  "name": "<string>"
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.govly.com/llms.txt

Use this file to discover all available pages before exploring further.

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.