Skip to main content

Interface: RepoUpdateOptions<T>

Defined in: service-core/src/models/RepoUtils.ts:83

The available options for the RepoUtils.update() operation.

Extends

Type Parameters

T

T extends BaseEntity | SimpleEntity

Properties

ignoreACL?

optional ignoreACL?: boolean

Defined in: service-core/src/models/RepoUtils.ts:34

Set to true to ignore the ACL permissions check.

Inherited from

RepoOperationOptions.ignoreACL


pushChannels?

optional pushChannels?: string[]

Defined in: service-core/src/models/RepoUtils.ts:36

An additional list of channel names to send push notifications to.

Inherited from

RepoOperationOptions.pushChannels


recordEvent?

optional recordEvent?: boolean

Defined in: service-core/src/models/RepoUtils.ts:38

Indicates if a telemetry event should be broadcast for the request.

Inherited from

RepoOperationOptions.recordEvent


skipPush?

optional skipPush?: boolean

Defined in: service-core/src/models/RepoUtils.ts:40

Set to true to not send a push notification.

Inherited from

RepoOperationOptions.skipPush


user?

optional user?: JWTUser

Defined in: service-core/src/models/RepoUtils.ts:42

The authenticated user making the request.

Inherited from

RepoOperationOptions.user


version?

optional version?: string | number

Defined in: service-core/src/models/RepoUtils.ts:85

The desired version number of the resource to update.