v15

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-03377590.5 KB
repos

Register a repository

post/api/repos/register

Request body

$schemastring uri

A URL to the JSON Schema for this object.

repo_pathstring required

Example request

{
  "$schema": "https://example.com/RegisterRepoRequest.json"
}

Response

OK

$schemastring uri

A URL to the JSON Schema for this object.

created_atstring date-time required
idinteger required
identitystring
namestring required
root_pathstring required

Example response

{
  "$schema": "https://example.com/Repo.json"
}