Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / generated/lakefs/types.gen / SetBranchProtectionRulesData

Type Alias: SetBranchProtectionRulesData

SetBranchProtectionRulesData = object

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:3214

Properties

body

body: BranchProtectionRule[]

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:3215


headers?

optional headers: object

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:3216

If-Match?

optional If-Match: string

if provided, the branch protection rules will be updated only if the current ETag match the provided value


path

path: object

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:3222

repository

repository: string


query?

optional query: never

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:3225


url

url: "/repositories/{repository}/settings/branch_protection"

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:3226

Licensed under BUSL-1.1