ApiRegistryVersions
List files in a version
Path Parameters
owner*string
project*string
version*string
Semantic version string (e.g. 1.0.0)
Response Body
application/json
application/json
curl -X GET "https://example.com/projects/string/string/versions/string/files"{ "items": [ { "path": "string", "kind": "string", "blob_ref": "string", "content_sha256": "string", "content_type": "string", "size_bytes": 0, "created_at": "2019-08-24T14:15:22Z" } ]}{ "error": { "code": "string", "message": "string" }}