cURL
curl --request PATCH \ --url https://www.ruddr.io/api/workspace/opportunity-pipelines/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "isActive": true } '
200
Result
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The opportunity pipeline uuid.
uuid
The name of the opportunity pipeline. Max 255 characters.
The description of the opportunity pipeline. Max 5000 characters.
Whether the opportunity pipeline is active.
The unique identifier for the object.
The name of the opportunity pipeline.
The description of the opportunity pipeline.
The timestamp when the object was created.