update_listing
ActiveTool of run.domani/domani
declared in 1.0.0
Update the price and/or description of an active marketplace listing. Requires domains:write scope.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"domain"
],
"properties": {
"price": {
"type": "number",
"maximum": 20000000,
"description": "New price in USD",
"exclusiveMinimum": 0
},
"domain": {
"type": "string",
"description": "Domain with active listing, e.g. premium.com"
},
"description": {
"anyOf": [
{
"type": "string",
"maxLength": 500
},
{
"type": "null"
}
],
"description": "New description (null to clear)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
run.domani/domani
https://github.com/gwendall/domani
1/7 registries