cURL
curl --request PATCH \ --url https://www.ruddr.io/api/workspace/industries/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "isActive": true } '
200
Result
{ "id": "d9e1f3a5-7b24-4c68-90a2-c4d6e8f0a2b4", "name": "Manufacturing", "isActive": true, "createdAt": "2025-03-11T08:45:19.267Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The industry uuid.
uuid
The name of the industry. Max 255 characters.
Whether the industry is active.
The unique identifier for the object.
The name of the industry.
The timestamp when the object was created.