pub async fn add_nodes_to_group(
ctx: RequestCtx,
__arg1: Path<String>,
__arg2: Json<AddNodesToGroupRequest>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>Expand description
POST /groups/{name}/members — replace a group’s member list from a host expression.