action fisheye_list_path_history { label: "listPathHistory" description: "Get a list of the file revisions for a specific path." provider: fisheye method: GET path: "/rest-service-fe/revisionData-v1/pathHistory/{repository}" encoding: json input: { type: "object" properties: { path: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }