PUT v1/bunits/{bunitId}/pointpartitionfilters/{pointPartitionFilterId}

Update a PoINT partition filter

Request Information

URI Parameters

NameDescriptionTypeAdditional information
bunitId The ID of the business unit integer

Required

pointPartitionFilterId integer

Required

Body Parameters

PointPartitionFilter
NameDescriptionTypeAdditional information
Enabled If the partition is enabled the business unit can use it when creating buckets
If none are enabled all partitions available to parent business unit can used (no filtering is done)
boolean

None.

Partition The partition the filter is related to
PointPartition

None.

Id Id of the partition the filter is related to.
integer

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

Response Information

Resource Description

A list of all partition filters available to a business unit

Collection of PointPartitionFilter
NameDescriptionTypeAdditional information
Enabled If the partition is enabled the business unit can use it when creating buckets
If none are enabled all partitions available to parent business unit can used (no filtering is done)
boolean

None.

Partition The partition the filter is related to
PointPartition

None.

Id Id of the partition the filter is related to.
integer

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.