v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Software Catalog

Create or update kinds

Create or update kinds in Software Catalog.

post/api/v2/catalog/kind

Request body

OR
string required

Kind definition in raw JSON or YAML representation.

Example request

{
  "kind": "my-job"
}

Response

ACCEPTED

Example response

{
  "data": [
    {
      "attributes": {
        "name": "my-job"
      },
      "id": "4b163705-23c0-4573-b2fb-f6cea2163fcb"
    }
  ]
}