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

    Variable putPlacementGroupRequestSchemaConst

    putPlacementGroupRequestSchema: ZodObject<
        {
            body: ZodObject<{ label: ZodOptional<ZodString> }, $strip>;
            path: ZodObject<{ groupId: ZodInt }, $strip>;
            query: ZodOptional<ZodNever>;
        },
        $strip,
    > = ...