---
title: "Create git organisation"
method: POST
path: "/git-organisations"
tags: ["Private endpoints", "Git organisations"]
---

# Create git organisation

`POST /git-organisations`

Register a new git organisation in the register.

## Request body

- GitOrganisationInput — A git organisation input for creating or updating a git organisation in the catalog
  - `organisationUri` string, uri — The unique identifier for an organisation
  - `url` string, uri — URL of the git organisation

## Response `201`

Created

- GitOrganisation — A git organisation from the catalog
  - `id` string, uuid, required
  - `organisation` OrganisationSummary, required — An organisation from the catalog
    - `uri` string, uri, required — The unique identifier for an organisation
    - `label` string, required — The label of the organisation
  - `url` string, uri, required — URL of the git organisation

## Other responses

- `400` — Bad request

---

[API](https://skmtc.net/digilab/apis/oss-register-api-v1.md) · [All operations](https://skmtc.net/digilab/apis/oss-register-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digilab/oss-register-api-v1/versions/c98155e7c17a/schema)
