Streams
Create or update a stream
Creates a new stream or updates an existing stream with the provided configuration. If the stream does not exist, it will be created. If it exists, it will be updated with the new configuration.
Note that some properties cannot be changed after a stream is created, such as the storage type. If you attempt to change these properties, the request will fail with a 400 error.
put/storage/streams/{name}
Path parameters
namestring required
Name of the stream
Request body
Response
Bad Request
Example response
{
"message": "success"
}