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

    Type Alias PostSharegroupTokensData

    type PostSharegroupTokensData = {
        body?: { label?: string; valid_for_sharegroup_uuid: string };
        path?: never;
        query?: never;
        url: "images/sharegroups/tokens";
    }
    Index

    Properties

    Properties

    body?: { label?: string; valid_for_sharegroup_uuid: string }

    Type Declaration

    • Optionallabel?: string

      The token's descriptive name.

    • valid_for_sharegroup_uuid: string

      The unique identifier of the share group you want to create a token for.

    path?: never
    query?: never
    url: "images/sharegroups/tokens"