Skip to main content

Create Environment Schedule Entry

POST 

/v1/product/:product_id/environment/:environment_id/schedule

Create a new schedule entry for an environment

Request

Path Parameters

    product_id uuidrequired

    The product ID

    environment_id uuidrequired

    The environment ID

Body

required

    schedule_id uuidrequired

    ID of the event

Responses

Successful Response

Schema

    schedule_id uuidrequired

    ID of the event

Loading...