Update flock settings
PATCH /api/v1/flocks/{identifier}/settings
PATCH
/api/v1/flocks/{identifier}/settings
Update fields in the flock_settings document using JSON Patch operations. By default operates in dry-run mode to preview changes.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” identifier
required
string
Example
myflockFlock identifier (bucket name)
Request Body required
Section titled “Request Body required ”object
operations
Array<object>
object
op
string
path
string
value
Value for add/replace operations
dry_run
boolean
Responses
Section titled “ Responses ”Update result
object
data
object
dry_run
boolean
applied
boolean
changes
Array<object>
object
op
string
path
string
before
Value before change
after
Value after change
Bad request - invalid input
object
error
object
code
Error code
string
message
Human-readable error message
string
Unauthorized - missing or invalid credentials
object
error
object
code
Error code
string
message
Human-readable error message
string
Resource not found
object
error
object
code
Error code
string
message
Human-readable error message
string