メインコンテンツへスキップ
PATCH
Go

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

パスパラメータ

id
string
必須

Event Stream の一意の識別子。

Required string length: 26

ボディ

destination
object
name
string

Event Stream の名前。

Required string length: 1 - 128
status
enum<string>

Event Stream がイベントをアクティブに転送しているかどうかを示します。

利用可能なオプション:
enabled,
disabled
Maximum string length: 8
subscriptions
object[]

この stream でサブスクライブしているイベントタイプの一覧。

レスポンス

Event Stream が正常に更新されました。

created_at
string<date-time>

Event Stream が作成されたタイムスタンプ。

destination
object
id
string<event-stream-id>

Event Stream の一意の識別子。

Required string length: 26
name
string

Event Stream の名前。

Required string length: 1 - 128
status
enum<string>

Event Stream がイベントをアクティブに転送しているかどうかを示します。

利用可能なオプション:
enabled,
disabled
Maximum string length: 8
subscriptions
object[]

この stream で subscribed to されているイベントタイプの一覧。

Minimum array length: 1
updated_at
string<date-time>

Event Stream が最後に更新されたタイムスタンプ。