Error
A valid request URL is required to generate request examples{
"JobName": "<string>",
"TaskId": 123,
"JobId": "<string>",
"Index": "<string>",
"Query": "<string>",
"Table": "<string>",
"IsActive": true,
"RowVersion": "<string>"
}This response has no body data.{
"error": {
"code": "<string>",
"message": "<string>"
}
}Updates the specified tasks object.
PUT
/
tasks('
{JobName}
')
Error
A valid request URL is required to generate request examples{
"JobName": "<string>",
"TaskId": 123,
"JobId": "<string>",
"Index": "<string>",
"Query": "<string>",
"Table": "<string>",
"IsActive": true,
"RowVersion": "<string>"
}This response has no body data.{
"error": {
"code": "<string>",
"message": "<string>"
}
}Authorizations
basicauthtoken_headerauthtoken_query
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Path Parameters
The key JobName
Body
application/json
The tasks entity to update.
The name of the job contain the current task.
The id of current task.
The id of the job contain the current task.
The index of task.
The query of task.
The table name of query.
Whether the task is active.
The version number of row information.
Response
EntitySet tasks
The name of the job contain the current task.
The id of current task.
The id of the job contain the current task.
The index of task.
The query of task.
The table name of query.
Whether the task is active.
The version number of row information.