repositories
create repository
post/repositories
Query parameters
bareboolean
If true, create a bare repository with no initial commit and branch
Request body
Example request
{
"storage_namespace": "s3://example-bucket/",
"default_branch": "main",
"sample_data": true,
"read_only": true
}Response
repository