action fecru_scan { label: "scan" description: "Runs an incremental repository index now. This is the same operation as triggered by scheduled indexing.\n Can be called using the REST Api Token to authorize." provider: fecru method: POST path: "/rest-service-fecru/admin/repositories-v1/{repository}/scan" encoding: json input: { type: "object" properties: { synchronous: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }