upsertReport( )


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Creates or updates a report. If the report for the requested entity already exists, updates the report with the provided reason value. Otherwise, creates the report.

Permissions
Manage Reports
Learn more about app permissions.
Method Declaration
Copy
Method Parameters
identifiersUpsertReportIdentifiersRequired

optionsUpsertReportOptions
Returns
Return Type:Promise<UpsertReportResponse>
Did this help?