Unispec Docs
ApiRegistryDraft files

List draft files

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

Path Parameters

owner*string
project*string

Response Body

application/json

application/json

curl -X GET "https://example.com/projects/string/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",      "updated_at": "2019-08-24T14:15:22Z"    }  ]}
{  "error": {    "code": "string",    "message": "string"  }}