v3

latestOpenAPI 3.1.02026-07-31102245.5 KB
Private endpoints
Git organisations

Create git organisation

Register a new git organisation in the register.

post/git-organisations

Request body

organisationUristring uri

The unique identifier for an organisation

urlstring uri

URL of the git organisation

Example request

{
  "organisationUri": "https://developer.overheid.nl",
  "url": "https://github.com/developer-overheid-nl"
}

Response

Created

idstring uuid required
urlstring uri required

URL of the git organisation

Example response

{
  "organisation": {
    "uri": "https://developer.overheid.nl",
    "label": "developer.overheid.nl"
  },
  "url": "https://github.com/developer-overheid-nl"
}