Create a new stream
POST {{baseUrl}}/streams/path/:containerId/:path?propagationType=<string>
Create a new stream within a container. Query parameter creationMode accepts values NEWONLY to create a new stream, REQUIREEXISTING to update an stream and ALLOW_EXISTING to create a new stream or overwrite an existing stream.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
propagationType | string | propagationType |