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": "a3f8c1d2-5e47-4b9a-8f6e-2c1d0e9b7a4f", "name": "Technology", "isActive": true, "createdAt": "2024-03-15T14:22:10.481Z" }
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.
Whether the industry is active.
The unique identifier for the object.
The timestamp when the object was created.