Eventum Logo

Eventum

RepositoriesNameCheck

Check Repository

Check that the repository with specified name answers and publishes the branch or tag it names.

POST
/repositories/{name}/check

Path Parameters

name*Name

Name of the connected repository

Length1 <= length

Response Body

application/json

application/json

curl -X POST "https://loading/api/repositories/string/check"
{
  "state": "unknown",
  "checked_at": "2019-08-24T14:15:22Z",
  "reason": "string"
}
Empty
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}
Empty
Empty