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

    Type Alias PutPlacementGroupData

    type PutPlacementGroupData = {
        body: { label?: string };
        path: { groupId: number };
        query?: never;
        url: "placement/groups/{groupId}";
    }
    Index

    Properties

    Properties

    body: { label?: string }

    Type Declaration

    • Optionallabel?: string

      A unique name for the placement group. A placement group label has the following constraints:

      • It needs to begin and end with an alphanumeric character.
      • It can only consist of alphanumeric characters, hyphens (-), underscores (_), or periods (.).
    path: { groupId: number }

    Type Declaration

    • groupId: number

      ID of the placement group to look up. Run the List placement groups operation and store the id for the applicable placement group.

    query?: never
    url: "placement/groups/{groupId}"