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

    Type Alias PostSharegroupsData

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

    Properties

    Properties

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

    Type Declaration

    • Optionaldescription?: string

      A detailed description of this share group.

    • Optionalimages?: { description?: string; id: string; label?: string }[]

      A list of image's details, including the ID, label, and description.

    • label: string

      The share group's descriptive name.

    path?: never
    query?: never
    url: "images/sharegroups"