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

Class AddTeamMemberRequest

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

Source from the content-addressed store, hash-verified

390#[derive(Debug, Serialize)]
391#[serde(rename_all = "snake_case")]
392pub(crate) struct AddTeamMemberRequest {
393 pub identity_id: Uuid,
394 pub role: TeamRole,
395}
396
397/// Body for updating a team member's role.
398#[derive(Debug, Serialize)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected