Skip to content

Preview plugin category remap

POST
/api/v1/plugin-system/category-remap/preview
curl --request POST \
--url https://example.com/api/v1/plugin-system/category-remap/preview \
--header 'Content-Type: application/json' \
--data '{ "instanceId": "example" }'

Counts imported trails whose stored provider category can be mapped by the current plugin instance category mapping.

Media typeapplication/json
object
instanceId
required

Plugin instance record ID

string
Examplegenerated
{
"instanceId": "example"
}

Remap preview

Bad Request

Unauthorized

Not Found

Internal Server Error