Update Bucket

Update an existing bucket (overwrites all content).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
enum
required

ID of the bucket (whose criteria can be used to calculate totals).


Fixed IDs for buckets that are usable in any environment for particular use-cases (e.g. assess-dashboard for the Assess Dashboard).

Body Params
string
required
string
required

Categorisation model that the categories in this bucket relate to.

See V2 Categories for details.

buckets
array of objects
required
length ≥ 1
buckets*
string
required
criteria
array of objects
required
criteria*

Set your own additional properties for a bucket for your own use-cases, e.g.

{
  "additional_data": {
    "display_name": "Bucket name",
    "some_custom_field": "value_1"
  }
}

Headers
string
required

The API Client Identifier (Service Application Identifier).

Responses
204

No Content

400

Bad Request

401

Unauthorized

Language
Credentials
OAuth2
LoadingLoading…