Smithery
servers.repo.by_qualified_name.update
Partially update the GitHub repository connection settings. Only provided fields are updated.
Remote smithery
Other tools also called servers.repo.by_qualified_name.update?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"branch": {
"type": "string",
"description": "body parameter"
},
"autoDeploy": {
"type": "string",
"description": "body parameter"
},
"baseDirectory": {
"type": "string",
"description": "body parameter"
},
"qualifiedName": {
"type": "string",
"description": "path parameter"
}
}
}