Domain
Return a list of Repository Types enabled to PANIC.
get/v1/repository-types
Response
OK
Example response
{
"status": 200,
"result": [
{
"id": "628bdacb5c5ab4c82d151aa4",
"status": true,
"created": "2022-04-01T00:00:00.000Z",
"modified": "2022-04-01T00:00:00.000Z",
"name": "GitHub",
"value": "github"
}
]
}