cURL
curl --request PATCH \ --url https://www.ruddr.io/api/workspace/member-tags/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "isActive": true } '
200
Result
{ "id": "3f8a1c2e-7b45-4d9f-a6e2-0c1d5f8b3a7e", "name": "Studio X", "isActive": true, "createdAt": "2025-02-19T19:32:55.662Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The member tag uuid.
uuid
The name of the member tag.
Whether the member tag is active.
The unique identifier for the object.
The timestamp when the object was created.