Skip to main content

Update Tasks

POST 

/updateTasks

It can update certain params of a task as well as complete a task.

The Authorization must have Bearer followed by Token.

Mandatory params: taskKeyToUpdate

Optional params: updatetype (if this is set to "completetask" then refer completetask api and pass appropriate params as well),

comments,

provisioningComments,

provisioningMetadata,

password,

status,

ticketId,

taskownerusergroup/taskowneruser,

updateuser - username of user who is updating the task,

completeassociatedtasks - true / false,

emailto,

notify - to pick up data from the task, supported values - "notify":["USER","requestor","MANAGER"],

from,

subject,

emailbody

Request

Path Parameters

    path stringrequired

Body

    taskKeyToUpdate

    object[]

  • Array [

  • provisioningMetadata string
    taskid string
    taskowneruser string
    taskownerusergroup string
    updatetype string
  • ]

  • updateuser string

Responses

Update Tasks

Response Headers

  • Date

    string

  • Server

    string

  • Set-Cookie

    string

  • Transfer-Encoding

    string

  • X-Frame-Options

    string

Schema

    26936

    object

    errorCode string
    msg string

    26937

    object

    completedtasks number[]
    errorCode string
    failedtasks undefined[]
    msg string
    result string
Loading...