v1

latestOpenAPI 3.1.02026-08-066984441.1 MB
autopilot

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 their project role.

<Check title="Required Permissions" icon="key">Any authenticated user.</Check>

put/projects/{projectId}/autopilot

Path parameters

projectIdstring uuid required

The id of the project.

Headers

Authorizationstring required

Bearer authentication

Request body

typestring required

The type of the autopilot.

enabledboolean required

Whether the autopilot is enabled.

Response

OK

typestring required

The type of the autopilot.

enabledboolean required

Whether the autopilot is enabled.

idstring uuid

The id of the autopilot.

createdOnstring date-time

The date this object was created.

createdBystring uuid

The id of the user who created this object.

updatedOnstring date-time

The date this object was last modified.

updatedBystring uuid

The id of the user who last modified this object.