POST
/
api
/
v1
/
discussion_namespaces
{
  "@context": "<string>",
  "@id": "<string>",
  "@type": "<string>",
  "id": 123,
  "name": "<string>",
  "topicTypes": [
    {
      "@context": "<string>",
      "@id": "<string>",
      "@type": "<string>",
      "id": 123,
      "name": "<string>",
      "topics": [
        {
          "@context": "<string>",
          "@id": "<string>",
          "@type": "<string>",
          "id": 123,
          "name": "<string>"
        }
      ]
    }
  ],
  "unit": "https://example.com/",
  "hasPublicPosting": true
}

Body

The new DiscussionNamespace resource

Response

201
application/ld+json

DiscussionNamespace resource created