Skip to main content
POST
/
maintenance

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
title
string
required

The title of the maintenance window

description
string
required

The description of the maintenance window

startTime
string<date-time>
required

The start time of the maintenance window

endTime
string<date-time>
required

The end time of the maintenance window

projectId
string
required

The ID of the project this maintenance window belongs to

Response

The maintenance window has been successfully created.