action fecru_rebuild_search_index { label: "rebuildSearchIndex" description: "Rebuilds the search index data for the given repository. This will rebuild the data used to search by path,\n commit message and comitter, also used for activity streams and JIRA integration." provider: fecru method: POST path: "/rest-service-fecru/admin/repositories-v1/{repository}/reindex-search" encoding: json output: { type: "object" additionalProperties: true } }