Skip to main content

Creates categories (Coding tool)

Creates new categories from the supplied array of names

Path Parameters
    projectId string required

    Project ID

    workflowId string required

    Workflow ID

    toolId string required

    Tool ID

    codeMapId string required

    Code map ID

Request Body array required
  • Array [
  • string

  • ]
Responses

Created categories


Schema
  • Array [
  • code int32 nullable
    id string nullable
    oaToInc string[] nullable
    text string nullable
    type int32

    Possible values: [0, 1, 2]

    Default value: 0

  • ]
Loading...