import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint"; import ParamsDetails from "@theme/ParamsDetails"; import RequestSchema from "@theme/RequestSchema"; import StatusCodes from "@theme/StatusCodes"; import OperationTabs from "@theme/OperationTabs"; import TabItem from "@theme/TabItem"; import Heading from "@theme/Heading"; import Translate from "@docusaurus/Translate";
<Heading as={"h1"} className={"openapi__heading"} children={"Get storage file"}
<MethodEndpoint method={"get"} path={"/files/{oid}"} context={"endpoint"}
Get storage file content by SHA256 hash. Storage files are content-addressed and immutable.
<Heading id={"request"} as={"h2"} className={"openapi-tabs__heading"}
<ParamsDetails {...require("./get-file.ParamsDetails.json")}
<RequestSchema {...require("./get-file.RequestSchema.json")}
<StatusCodes {...require("./get-file.StatusCodes.json")}