Updates the autopilot of the project with the specified id.

PUT

Updates the autopilot of the project with the specified id. To access and modify the autopilot data 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

projectIdstringRequired
The id of the project.

Request

This endpoint expects an object.
typestringRequired
The type of the autopilot.
enabledbooleanRequired
Whether the autopilot is enabled.
alertslist of objectsRequired
The alerts of the autopilot.

Response

This endpoint returns an object
typestring
The type of the autopilot.
enabledboolean
Whether the autopilot is enabled.
alertslist of objects
The alerts of the autopilot.
idstringOptional
The id of the autopilot.
createdOndatetimeOptional
The date this object was created.
createdBystringOptional
The id of the user who created this object.
updatedOndatetimeOptional
The date this object was last modified.
updatedBystringOptional
The id of the user who last modified this object.