create
suspend fun create(teamId: String, appId: String, name: String, source: Source, priority: Priority?, testDevice: String?, osVersion: String?, snapshot: String?): Result<ReportResource, Exception>
Create a new report for an app within a team.
Parameters
team Id
The team ID.
app Id
The app ID (path parameter).
name
The report name.
source
The source of the report.
priority
The priority of the report (optional).
test Device
The test device (optional).
os Version
The OS version (optional).
snapshot
The snapshot (optional).