cURL
curl --request PATCH \ --url https://www.ruddr.io/api/workspace/opportunity-lead-sources/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "isActive": true } '
200
Result
{ "id": "a5f1c8d3-7e42-4b86-90d0-e3b7c6f02a19", "name": "Social Media", "isActive": true, "createdAt": "2025-02-10T09:15:42.891Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The opportunity lead source uuid.
uuid
The name of the opportunity lead source. Max 255 characters.
Whether the opportunity lead source is active.
The unique identifier for the object.
The name of the opportunity lead source.
The timestamp when the object was created.