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

    Type Alias PutUserPreferencesData

    type PutUserPreferencesData = {
        body: { [key: string]: unknown };
        path?: never;
        query?: never;
        url: "profile/preferences";
    }
    Index

    Properties

    Properties

    body: { [key: string]: unknown }

    Arbitrary JSON of your choosing. Overwrites any existing preferences for this user.

    Total length cannot exceed 65,535 characters.

    path?: never
    query?: never
    url: "profile/preferences"