You're viewing a demo portfolio

Join the waitlist
PRSM

federation_update_tenant

Active

Tool of ComOS Federation Gateway

declared in 1.0.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

ComOS Federation Gateway

https://github.com/ronrey/comos-federation

2/7 registries
View full server →