cURL
curl --request PATCH \ --url https://aws.s2.dev/v1/basins/{basin} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "create_stream_on_append": true, "create_stream_on_read": true, "default_stream_config": null }'
{ "create_stream_on_append": true, "create_stream_on_read": true, "default_stream_config": null }
Bearer authentication header of the form Bearer <token>, where <token> is your access token.
Bearer <token>
<token>
Basin name.
The response is of type object.
object