Add a new report
The dApp can call this method to add a new report for the given rollup request. A report can be a diagnostic or a log; reports are not discarded when a request is rejected. Between calls to the finish method, the report method can be called any number of times.
- application/json
Request Body
- payload string
Responses
- 200
- default
Create the report.
Error response.
- text/plain
- Schema
Schema
- string
Detailed error message.
Loading...