MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / AddTeamMemberRequest

Class AddTeamMemberRequest

atomic-teams/src/types.rs:486–489  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

484#[derive(Debug, Serialize)]
485#[serde(rename_all = "snake_case")]
486pub(crate) struct AddTeamMemberRequest {
487 pub identity_id: Uuid,
488 pub role: TeamRole,
489}
490
491/// Body for updating a team member's role.
492#[derive(Debug, Serialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected