Skip to main content

Update Preset

PATCH 

/api/v2/preset/update

The "Try it out" feature for this endpoint doesn't work, because the config gets sent as a string, but it needs to be a json object. Please check the example request on the right side

Request

Body

required
    id integerrequired

    The id of the preset

    name stringrequired

    The name of the preset

    config objectrequired

    The config of the optimizer as a json object complying with the API Optimize Schema

    object

Responses

success

Schema

    string

Loading...