{ "operationId": "user_updateCredentials", "method": "PUT", "path": "/user/credentials", "summary": "Axway Set Credentials for Tooling", "requestExamples": [], "responseExamples": [ { "status": "400", "contentType": "application/json", "name": "FORBIDDEN", "example": { "$ref": "#/components/examples/FORBIDDEN/value" } }, { "status": "400", "contentType": "application/json", "name": "PASSWORD_IN_HISTORY", "example": { "success": false, "description": "Passwords should not be used recently.", "code": 400 } }, { "status": "400", "contentType": "application/json", "name": "PASSWORD_USER_INFO", "example": { "success": false, "description": "Passwords should not contain your name, email address, or other personally identifiable information.", "code": 400, "internalCode": 411 } }, { "status": "400", "contentType": "application/json", "name": "LOGIN_REQUIRED", "example": { "$ref": "#/components/examples/LOGIN_REQUIRED/value" } }, { "status": "400", "contentType": "application/json", "name": "PARAM_INVALID", "example": { "$ref": "#/components/examples/PARAM_INVALID/value" } }, { "status": "400", "contentType": "application/json", "name": "PARAM_REQUIRED", "example": { "$ref": "#/components/examples/PARAM_REQUIRED/value" } } ] }