Skip to main content

create_tenant_agent_handler

Function create_tenant_agent_handler 

Source
pub async fn create_tenant_agent_handler(
    __arg0: State<AppState>,
    __arg1: Path<String>,
    __arg2: Json<CreateTenantAgentRequest>,
) -> Result<Json<TenantAgent>>
Available on crate feature postgres only.