curl --request GET \
--url https://api.icepanel.io/v1/organizations/{organizationId}/code-repos/{codeRepoId}/refs/{refId}/tree \
--header 'Authorization: <authorization>'{
"codeRepoTree": [
{
"path": "<string>",
"sha": "<string>",
"type": "blob",
"language": "<string>",
"size": 123
}
]
}Find a file tree for a code repo reference
curl --request GET \
--url https://api.icepanel.io/v1/organizations/{organizationId}/code-repos/{codeRepoId}/refs/{refId}/tree \
--header 'Authorization: <authorization>'{
"codeRepoTree": [
{
"path": "<string>",
"sha": "<string>",
"type": "blob",
"language": "<string>",
"size": 123
}
]
}