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

    Type Alias GetSharegroupMemberTokenData

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

    Properties

    Properties

    body?: never
    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}"