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

name
string
unit
string<iri-reference> | null
Example:

"https://example.com/"

hasPublicPosting
boolean | null

Response

DiscussionNamespace resource created

@context
@id
string
@type
string
id
integer
name
string
topicTypes
object[]
unit
string<iri-reference> | null
Example:

"https://example.com/"

hasPublicPosting
boolean | null