Skip to main content

Create Environment Overlay Entry

POST 

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

Create a new overlay entry for an environment

Request

Path Parameters

    product_id uuidrequired

    The product ID

    environment_id uuidrequired

    The environment ID

Body

required

    overlay_id uuidrequired

    ID of the overlay

Responses

Successful Response

Schema

    overlay_id uuidrequired

    ID of the overlay

Loading...