Add a taxonomy group
POST https://manage.kontent.ai/v2/projects/:environment_id/taxonomies
Create a new taxonomy group.
Request Body
{"name"=>"<string>", "terms"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "codename"=>"<string>", "external_id"=>"<string>", "id"=>"<uuid>", "last_modified"=>"<dateTime>"}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"name":"Categories","terms":[{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"},{"value":"\u003cError: Too many levels of nesting to fake this schema\u003e"}],"codename":"categories","external_id":"my-little-taxopony","id":"bef9dd62-a3b8-4146-83e4-33be707899b4","last_modified":"2020-11-14T14:05:43.9190528Z"}