Skip to main content

Add Variant From Url

POST 

/apps/:app_id/variant/from-service

Add a new variant to an app based on a URL.

Args: app_id (str): The ID of the app to add the variant to. payload (AddVariantFromURLPayload): The payload containing information about the variant to add.

Raises: HTTPException: If the user does not have access to the app or if there is an error adding the variant.

Returns: dict: The newly added variant.

Request

Path Parameters

    app_id App Idrequired

Body

required
    variant_name Variant Name (string)required
    url Url (string)required
    base_nameobject

    required

    anyOf

    string

    config_nameobject

    required

    anyOf

    string

Responses

Successful Response
Schema
    any
Loading...