Creates a new autopilot for the project with the specified id.

Creates a new autopilot for the project with the specified id. Also creates and enables all alerts for the new autopilot. For this action, the user needs to be the owner of the project or must have ‘read’ permissions of the feature ‘project-master-data’ globally or in his project role.

Required Permissions
Any authenticated user.

Path parameters

projectIdUUIDRequired
The id of the project.

Headers

AuthorizationstringRequired

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

Request

This endpoint expects an object.
typestringRequired>=1 character
The type of the autopilot.
alertslist of objectsOptional
The alerts of the autopilot.

Response

OK
typestring>=1 character
The type of the autopilot.
enabledboolean
Whether the autopilot is enabled.
alertslist of objects
The alerts of the autopilot.
idUUID or null
The id of the autopilot.
createdOndatetime or null
The date this object was created.
createdByUUID or null
The id of the user who created this object.
updatedOndatetime or null
The date this object was last modified.
updatedByUUID or null
The id of the user who last modified this object.