Updates the autopilot of the project with the specified id.
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.
<Check title="Required Permissions">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Path parameters
projectId
The id of the project.
Request
The model used to update the autopilot.
type
The type of the autopilot.
enabled
Whether the autopilot is enabled.
alerts
The alerts of the autopilot.
Response
OK
type
The type of the autopilot.
enabled
Whether the autopilot is enabled.
alerts
The alerts of the autopilot.
id
The id of the autopilot.
createdOn
The date this object was created.
createdBy
The id of the user who created this object.
updatedOn
The date this object was last modified.
updatedBy
The id of the user who last modified this object.