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

    Type Alias GetImagesSharegroupsImageData

    type GetImagesSharegroupsImageData = {
        body?: never;
        path: { imageId: string };
        query?: never;
        url: "images/{imageId}/sharegroups";
    }
    Index

    Properties

    Properties

    body?: never
    path: { imageId: string }

    Type Declaration

    • imageId: string

      Slug identifier assigned to the private image upon creation. This identifier includes a slash (/), which must be URL-encoded in requests to prevent breaking the URL structure.

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