Occurrences
Create new occurrence
Create a new occurrence (requires authentication)
post/api/v3/occurrences
Request body
Example request
{
"assetFilenames": [
"image1.jpg",
"image2.png"
]
}Response
Occurrence created successfully
Create a new occurrence (requires authentication)
{
"assetFilenames": [
"image1.jpg",
"image2.png"
]
}Occurrence created successfully