For the complete documentation index, see llms.txt. This page is also available as Markdown.

AccessControlLockType

The types of lock.

enum AccessControlLockType {
  ImportExport
  UserOnly
}

Values

ImportExport

The data can only be updated through the import.

UserOnly

The data can still be updated through the API, but not in the UI.

Member Of

AccessControlLockDetails object ● AccessControlLockDetailsInput input

Last updated

Was this helpful?