{ "summary": "updateUser", "operationId": "updateUserUsingPUT", "method": "PUT", "path": "/v2/users/{userId}", "tags": [ "users-change-resource" ], "description": "PUT /v2/users/{userId}", "parameters": { "Si-User-Password": "", "userId": "" }, "requestBody": { "description": "dto", "required": true }, "response": { "status": 200, "description": "OK" } }