@akamai/openapi-ts
    Preparing search index...

    Type Alias GetProfileAppData

    type GetProfileAppData = {
        body?: never;
        path: { appId: number };
        query?: never;
        url: "profile/apps/{appId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { appId: number }

    Type Declaration

    • appId: number

      The authorized app ID to manage.

    query?: never
    url: "profile/apps/{appId}"