@contio/partner-sdk - v1.7.1
    Preparing search index...

    Interface UpdatePartnerAppRequest

    interface UpdatePartnerAppRequest {
        description?: string;
        name?: string;
        slug?: string;
        webhook_url?: string | null;
    }
    Index

    Properties

    description?: string
    name?: string
    slug?: string
    webhook_url?: string | null