cURL
curl --request PATCH \ --url https://{basin}.b.aws.s2.dev/v1/streams/{stream} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "delete_on_empty": null, "retention_policy": null, "storage_class": null, "timestamping": null }'
{ "delete_on_empty": null, "retention_policy": null, "storage_class": null, "timestamping": null }
Bearer authentication header of the form Bearer <token>, where <token> is your access token.
Bearer <token>
<token>
Stream name.
The response is of type object.
object