federations
📄️ Create a new Federation. The creating org becomes the owner; other orgs can join via federations.join with a token issue
Create a new Federation. The creating org becomes the owner; other orgs can join via federations.join with a token issued by federations.invite.
📄️ List Federations the caller's org belongs to or owns.
List Federations the caller's org belongs to or owns.
📄️ Fetch a single Federation by id.
Fetch a single Federation by id.
📄️ Invite one or more organizations to join a federation. Each org_id receives a FederationMember row with status=invited i
Invite one or more organizations to join a federation. Each org_id receives a FederationMember row with status=invited if none exists. If a member row already exists for an org_id, it is returned unchanged (idempotent per org). The invited org must subsequently call federations.join to become an active member.
📄️ Join a Federation as a member. The caller's org becomes a member; subsequent training rounds can include the org's devic
Join a Federation as a member. The caller's org becomes a member; subsequent training rounds can include the org's devices.
📄️ List orgs that are members of the federation. Powers the federation detail page's member roster.
List orgs that are members of the federation. Powers the federation detail page's member roster.
📄️ Returns all models shared with a federation. Federation members use this to discover which models they can contribute tr
Returns all models shared with a federation. Federation members use this to discover which models they can contribute training updates to.
📄️ Associates a model with a federation so that federation members can contribute training updates to it. Sets the model's
Associates a model with a federation so that federation members can contribute training updates to it. Sets the model's federation_id field. Only the owning organization of both the model and the federation may perform this operation.