curl --request POST \
--url https://api.example.com/api/tree \
--header 'Content-Type: application/json' \
--data '
{
"repoName": "<string>",
"revisionName": "<string>",
"paths": [
"<string>"
]
}
'{
"tree": {
"type": "<string>",
"path": "<string>",
"name": "<string>",
"children": "<array>"
}
}curl --request POST \
--url https://api.example.com/api/tree \
--header 'Content-Type: application/json' \
--data '
{
"repoName": "<string>",
"revisionName": "<string>",
"paths": [
"<string>"
]
}
'{
"tree": {
"type": "<string>",
"path": "<string>",
"name": "<string>",
"children": "<array>"
}
}Was this page helpful?