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