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

    Type Alias PutSharegroupImageshareData

    type PutSharegroupImageshareData = {
        body: { description?: string; label?: string };
        path: { imageId: string; sharegroupId: number };
        query?: never;
        url: "images/sharegroups/{sharegroupId}/images/{imageId}";
    }
    Index

    Properties

    Properties

    body: { description?: string; label?: string }

    The shared image's details you want to update.

    Type Declaration

    • Optionaldescription?: string

      A detailed description of this image share.

    • Optionallabel?: string

      The shared image's descriptive name.

    path: { imageId: string; sharegroupId: number }

    Type Declaration

    • imageId: string

      Slug identifier assigned to the shared image upon sharing.

    • 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/{imageId}"