Skip to main content
PATCH
Update a bucket

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Path Parameters

id
integer
required

A unique integer value identifying this bucket.

Body

A ModelSerializer that takes an additional fields argument that controls which fields should be displayed.

name
string
Required string length: 1 - 255
active_indicator
boolean
description
string
rule_id
integer
write-only
rule_setting
object
write-only
activate_rule
boolean
write-only

Response

200 - application/json

Bucket updated successfully.

bucket_rules
object[]

List of bucket rules.

rule_id
integer

Rule ID.

rule_setting
object

Rule settings.

activate_rule
boolean

Activate rule.

last_timestamp
string

Last timestamp.

modified_by
object
created_by
object