MCPcopy Create free account
hub / github.com/AgentOps-AI/agentops / OrgUpdateSchema

Class OrgUpdateSchema

app/api/agentops/opsboard/schemas.py:152–157  ·  view source on GitHub ↗

Schema for updating an organization.

Source from the content-addressed store, hash-verified

150
151
152class OrgUpdateSchema(BaseSchema):
153 """
154 Schema for updating an organization.
155 """
156
157 name: str
158
159
160class OrgInviteSchema(BaseSchema):

Callers 2

test_update_orgFunction · 0.90

Calls

no outgoing calls

Tested by 2

test_update_orgFunction · 0.72

Used in the wild real call sites across dependent graphs

searching dependent graphs…