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

    Type Alias PostSharegroupImagesData

    type PostSharegroupImagesData = {
        body?: {
            images: { description?: string; id: string; label?: string }[];
        };
        path: { sharegroupId: number };
        query?: never;
        url: "images/sharegroups/{sharegroupId}/images";
    }
    Index

    Properties

    Properties

    body?: { images: { description?: string; id: string; label?: string }[] }
    path: { sharegroupId: number }

    Type Declaration

    • sharegroupId: number

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

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