Skip to main content

handle_create_tenant_api_token

Function handle_create_tenant_api_token 

Source
pub async fn handle_create_tenant_api_token(
    __arg0: State<Arc<Context>>,
    __arg1: TypedHeader<Authorization<Bearer>>,
    __arg2: Json<CreateTenantApiTokenRequest>,
) -> Result<(StatusCode, Json<TenantApiTokenResponse>), StatusCode>