federation_update_tenant
ActiveTool of ComOS Federation Gateway
Update a tenant’s display name and/or description (federation owns the lifecycle, CO 138). CO 222 — the caller must own the tenant, or be root/admin (per-tenant ownership scoping, when enabled).
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"handle"
],
"properties": {
"name": {
"type": "string",
"description": "New display name."
},
"handle": {
"type": "string",
"description": "The tenant handle / subdomain to update."
},
"description": {
"type": "string",
"description": "New brand description."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
ComOS Federation Gateway
https://github.com/ronrey/comos-federation
2/7 registries