Error Reports
An ErrorReport object looks like:
POST /api/v1/error_reports
POST /api/v1/error_reports
Scope: url:POST|/api/v1/error_reports
Create a new error report documenting an experienced problem
Performs the same action as when a user uses the “help -> report a problem” dialog.
Request Parameters:
Parameter | Type | Description |
---|---|---|
| Required | The summary of the problem |
|
| URL from which the report was issued |
|
| Email address for the reporting user |
|
| The long version of the story from the user one what they experienced |
|
| A collection of metadata about the users’ environment. If not provided, canvas will collect it based on information found in the request. (Doesn’t have to be HTTPENV info, could be anything JSON object that can be serialized as a hash, a mobile app might include relevant metadata for itself) |
Example Request:
© Instructure, Inc. Generated on Wed Nov 6 14:20:06 2024 This documentation is generated directly from the Canvas LMS source code, available on Github.
Last updated