Skip to main content
PUT
Error

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Path Parameters

JobName
string
required

The key JobName

Body

application/json

The tasks entity to update.

JobName
string
required

The name of the job contain the current task.

TaskId
integer<int64>

The id of current task.

JobId
string

The id of the job contain the current task.

Index
string

The index of task.

Query
string

The query of task.

Table
string

The table name of query.

IsActive
boolean

Whether the task is active.

RowVersion
string

The version number of row information.

Response

EntitySet tasks

JobName
string
required

The name of the job contain the current task.

TaskId
integer<int64>

The id of current task.

JobId
string

The id of the job contain the current task.

Index
string

The index of task.

Query
string

The query of task.

Table
string

The table name of query.

IsActive
boolean

Whether the task is active.

RowVersion
string

The version number of row information.