Unispec Docs
ApiRegistryVersions

Download file content from a version

Uses `/files/content/{path}` so the path wildcard is the final segment (Go http.ServeMux).

GET
/projects/{owner}/{project}/versions/{version}/files/content/{path}

Uses /files/content/{path} so the path wildcard is the final segment (Go http.ServeMux).

Path Parameters

owner*string
project*string
version*string

Semantic version string (e.g. 1.0.0)

path*string

Project-relative file path; may include /

Response Body

application/json

curl -X GET "https://example.com/projects/string/string/versions/string/files/content/string"
"string"
{  "error": {    "code": "string",    "message": "string"  }}