Unispec Docs
ApiRegistryDraft files

Download draft file content

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

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

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

Path Parameters

owner*string
project*string
path*string

Project-relative file path; may include /

Response Body

application/json

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