Skip to main content

Update Environment Overlay Entry

PUT 

/v1/product/:product_id/environment/:environment_id/overlay/:overlay_id

Update an overlay entry for an environment

Request

Path Parameters

    product_id uuidrequired

    The product ID

    environment_id uuidrequired

    The environment ID

    overlay_id uuidrequired

    The overlay ID

Body

required

    overlay_id uuidrequired

    ID of the overlay

Responses

Successful Response

Schema

    overlay_id uuidrequired

    ID of the overlay

Loading...