Update teammate room permissions
Updates a member's permissions for a specific production room assignment, including canView, canWork, and canAssign flags.
Updates a member's permissions for a specific production room assignment, including canView, canWork, and canAssign flags.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
memberId*string
Member ID
Length
1 <= lengthResponse Body
application/json
curl -X PUT "https://example.com/production/teammates/mem_123/rooms"{ "assignment": { "id": "string", "memberId": "string", "roomId": "string", "canView": true, "canWork": true, "canAssign": true, "createdAt": "string", "updatedAt": "string" }}Empty
Empty