v1

latestOpenAPI 3.0.32026-07-24198357534.7 KB
Classification & Catalog

Create a new Catalog in the datamodel

Creates a Catalog resource.

post/catalogs

Request body

objectTypestring required
descriptionstring nullable
idstring required

This is the unique identifier of the resource

namestring required

Example request

{
  "id": "identifier_example"
}

Response

Catalog resource created

objectTypestring required
descriptionstring nullable
idstring required

This is the unique identifier of the resource

namestring required
dateModifiedstring date-time nullable

This is an ISO datetime

dateCreatedstring date-time nullable

This is an ISO datetime

Example response

{
  "id": "identifier_example"
}