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>"
}
]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>"
}
]Was this page helpful?