Trigger schema update
POST /api/v1/flocks/{identifier}/schemas
POST
/api/v1/flocks/{identifier}/schemas
Trigger a schema update for the flock. This updates the flock’s Elasticsearch schema and related configurations.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” identifier
required
string
Example
myflockFlock identifier (bucket name)
Request Body
Section titled “Request Body ”object
dry_run
Preview changes without applying
boolean
Responses
Section titled “ Responses ”Schema update result
object
data
object
success
boolean
dry_run
boolean
schemas_applied
Array<string>
errors
Array<string>
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