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

    Type Alias PutSharegroupTokenData

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

    Properties

    Properties

    body?: { label: string }

    The membership token's details to update.

    Type Declaration

    • label: string

      The descriptive name of the token.

    path: { tokenUuid: string }

    Type Declaration

    • tokenUuid: string

      A unique identifier for the token, used to reference it after creation.

    query?: never
    url: "images/sharegroups/tokens/{tokenUuid}"