Unispec Docs
ApiRegistryDraft files

Get draft file metadata

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

Path Parameters

owner*string
project*string
path*string

Project-relative file path; may include /

Response Body

application/json

application/json

curl -X GET "https://example.com/projects/string/string/files/string"
{  "file": {    "path": "string",    "kind": "string",    "blob_ref": "string",    "content_sha256": "string",    "content_type": "string",    "size_bytes": 0,    "created_at": "2019-08-24T14:15:22Z",    "updated_at": "2019-08-24T14:15:22Z"  }}
{  "error": {    "code": "string",    "message": "string"  }}