v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBSoftware Catalog
Create or update kinds
Create or update kinds in Software Catalog.
post/api/v2/catalog/kind
Request body
Example request
{
"kind": "my-job"
}Response
ACCEPTED
Example response
{
"data": [
{
"attributes": {
"name": "my-job"
},
"id": "4b163705-23c0-4573-b2fb-f6cea2163fcb"
}
]
}