Create category

Create a new category

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
namestringRequired
The category name
datasetIdslist of stringsRequired
The dataset ids to create the category

Response

The created category
createdUserIdstring
The user that created the resource
createdDtstringformat: "date-time"
The created datetime of the resource
updatedUserIdstring
The user that last updated the resource
updatedDtstringformat: "date-time"
The datetime the resource was last updated
categoryIdstringformat: "uuid4"
The unique identifier for the category
namestring
The name of the category
probabilityTablePathsobject
The category probability table paths
datasetslist of objects
The datasets containing the category
dynamicTagslist of objects or null
The dynamic tags within the category

Errors