Skip to main content

Update Variant Parameters

PUT 

/variants/:variant_id/parameters

Updates the parameters for an app variant.

Args: variant_id (str): The ID of the app variant to update. payload (UpdateVariantParameterPayload): The payload containing the updated parameters.

Raises: HTTPException: If there is an error while trying to update the app variant.

Returns: JSONResponse: A JSON response containing the updated app variant parameters.

Request

Path Parameters

    variant_id Variant Idrequired

Body

required
    parameters objectrequired

Responses

Successful Response
Schema
    any
Loading...