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

    Type Alias PostBetaProgramData

    type PostBetaProgramData = {
        body: { id: string };
        path?: never;
        query?: never;
        url: "account/betas";
    }
    Index

    Properties

    Properties

    body: { id: string }

    The Beta Program ID to enroll in for your Account.

    Type Declaration

    • id: string

      The unique identifier of the Beta Program.

    path?: never
    query?: never
    url: "account/betas"