POST
/
api
/
v1
/
topic_types
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "name": "<string>",
  "topics": [
    {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "name": "<string>"
    }
  ]
}

Body

The new TopicType resource

Response

201
application/ld+json

TopicType resource created