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

    Type Alias PutSharegroupMemberTokenData

    type PutSharegroupMemberTokenData = {
        body: { label: string };
        path: { sharegroupId: number; tokenUuid: string };
        query?: never;
        url: "images/sharegroups/{sharegroupId}/members/{tokenUuid}";
    }
    Index

    Properties

    Properties

    body: { label: string }

    The updated membership token's details.

    Type Declaration

    • label: string

      The membership token's descriptive name.

    path: { sharegroupId: number; tokenUuid: string }

    Type Declaration

    • sharegroupId: number

      The share group's unique identifier assigned after creating it. Not to be confused with the group's uuid.

    • tokenUuid: string

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

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