@squidcloud/client
    Preparing search index...

    Interface ManagementRenameApplicationRequest

    Request to rename an application.

    interface ManagementRenameApplicationRequest {
        appId: string;
        name: string;
    }
    Index

    Properties

    Properties

    appId: string

    The ID of the application to rename

    name: string

    New name for the application