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
teamId
The team ID.
appId
The app ID (path parameter).
name
The report name.
source
The source of the report.
priority
The priority of the report (optional).
testDevice
The test device (optional).
osVersion
The OS version (optional).
snapshot
The snapshot (optional).