Skip to content

Apply plugin category remap

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

Updates imported trails to the category configured for their stored provider category in the current plugin instance mapping.

Media typeapplication/json
object
instanceId
required

Plugin instance record ID

string
Examplegenerated
{
"instanceId": "example"
}

Remap result

Bad Request

Unauthorized

Not Found

Internal Server Error