cURL
curl --request POST \ --url https://api.example.com/api/files \ --header 'Content-Type: application/json' \ --data ' { "repoName": "<string>", "revisionName": "<string>" } '
[ { "type": "<string>", "path": "<string>", "name": "<string>" } ]
Flat list of files in the requested repository revision.
Was this page helpful?