FruxonDocs
ApiSkills

Lists importable markdown files from a GitHub repository.

POST
/v1/tenants/{tenant}/skills:import-github

Path Parameters

tenant*string

The tenant identifier

The GitHub repository details.

owner*string
Length1 <= length
repo*string
Length1 <= length
token*string
Length1 <= length
[key: string]?never

Response Body

curl -X POST "https://api.fruxon.com/v1/tenants/string/skills:import-github" \  -H "Content-Type: application/json" \  -d '{    "owner": "string",    "repo": "string",    "token": "string"  }'
[
  {
    "path": "string",
    "name": "string",
    "size": 0
  }
]
Empty
Empty