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

    Type Alias PutSharegroupData

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

    Properties

    Properties

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

    The share group's details to update.

    Type Declaration

    • Optionaldescription?: string

      A detailed description of this share group.

    • Optionallabel?: string

      The share group's descriptive name.

    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}"