{ "operationId": "update-workspace-member", "method": "PATCH", "path": "/owners/{ownerId}/members/{userId}", "summary": "Update workspace member role", "requestExamples": [ { "contentType": "application/json", "example": { "role": "ADMIN" } } ], "responseExamples": [ { "status": "200", "contentType": "application/json", "example": { "userId": "usr-0r1b2c3d4e5f6g7h8i9", "name": "Jane Doe", "email": "jane.doe@example.com", "status": "active", "role": "ADMIN", "mfaEnabled": true } } ] }