Skip to main content
PATCH
Reconfigure Basin
Reconfigure an existing basin. Only the specified fields will be updated.

Path Parameters

string
required
Basin name.

Body Parameters

object
Basin configuration to update.Set to null to clear the entire default stream configuration.
boolean
Create a stream on append if it doesn’t exist.
boolean
Create a stream on read if it doesn’t exist.

Response

Returns the updated basin configuration with the same structure as Get Basin Config.
object
Default stream configuration.
boolean
Create stream on append if it doesn’t exist.
boolean
Create stream on read if it doesn’t exist.

Example

Response

Notes

  • Only specified fields are updated; unspecified fields retain their current values
  • Setting a field to null clears it and restores the default value
  • Omitting a field leaves it unchanged

Error Responses

  • 404 Not Found - Basin does not exist
  • 400 Bad Request - Invalid basin name or configuration
  • 403 Forbidden - Insufficient permissions
  • 408 Request Timeout - Request timed out