Update streamAsk AIpost https://api.moralis-streams.com/streams/evm/{id}Updates a specific evm stream.Path ParamsiduuidrequiredThe id of the stream to updateBody ParamsProvide a Stream ModelwebhookUrlstringWebhook URL where moralis will send the POST request.descriptionstringA description for this streamtagstringA user-provided tag that will be send along the webhook, the user can use this tag to identify the specific stream if multiple streams are presenttopic0array of strings | nullAn Array of topic0's in hex, required if the type : logtopic0ADD stringallAddressesbooleanInclude events for all addresses (only applied when abi and topic0 is provided)includeNativeTxsbooleanInclude or not native transactions defaults to false (only applied when type:contract)includeContractLogsbooleanInclude or not logs of contract interactions defaults to falseincludeInternalTxsbooleanInclude or not include internal transactions defaults to falseabiarray of objects | nullabiADD objectadvancedOptionsarray of objects | nulladvancedOptionsADD objectchainIdsarray of stringsThe ids of the chains for this stream in hex Ex: ["0x1","0x38"]chainIdsADD stringdemobooleanIndicator if it is a demo streamResponse 200OkUpdated over 3 years ago