Applies a patch to a stream
PATCH /v1/stream/{streamID}
Summary
Applies a patch to a stream.
Details
Request body: array of patch operations. Allowed patch fields are
streamName, streamDescription, publishURL, readURL, and
lastActivityDate.
Authentication
No operation-level security requirement is documented here.
Parameters
| Name | In | Type | Required | Description | Example |
|---|---|---|---|---|---|
| streamID | path | integer (int64) | Yes | The ID of the stream to patch. | 1 |
Request Body
No request body is documented here.
Responses
200
Success. No response body.
No response body schema documented.