Skip to main content

Edits a category (Coding tool)

Edits a category

Path Parameters
    projectId string required

    Project ID

    workflowId string required

    Workflow ID

    toolId string required

    Tool ID

    codeMapId string required

    Code map ID

    categoryId string required

    Category ID

Request Body required
    code int32 nullable
    text string nullable
Responses

Updated category


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

    Possible values: [0, 1, 2]

    Default value: 0

Loading...