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

Class AddTeamMemberRequest

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

Source from the content-addressed store, hash-verified

457#[derive(Debug, Serialize)]
458#[serde(rename_all = "snake_case")]
459pub(crate) struct AddTeamMemberRequest {
460 pub identity_id: Uuid,
461 pub role: TeamRole,
462}
463
464/// Body for updating a team member's role.
465#[derive(Debug, Serialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected