Skip to content

Commit

Permalink
[hotfix][docs] Update REST API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zentol committed Nov 29, 2019
1 parent 070a9d9 commit be3242d
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions docs/_includes/generated/rest_v1_dispatcher.html
Original file line number Diff line number Diff line change
Expand Up @@ -1894,14 +1894,14 @@
</td>
</tr>
<tr>
<td colspan="2">Query parameters</td>
<td colspan="2">Query parameters</td>
</tr>
<tr>
<td colspan="2">
<ul>
<li><code>maxExceptions</code> (optional): Comma-separated list of integer values that specifies the upper limit of exceptions to return.</li>
</ul>
</td>
<td colspan="2">
<ul>
<li><code>maxExceptions</code> (optional): Comma-separated list of integer values that specifies the upper limit of exceptions to return.</li>
</ul>
</td>
</tr>
<tr>
<td colspan="2">
Expand Down Expand Up @@ -2526,7 +2526,7 @@
"type" : "array",
"items" : {
"type" : "object",
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:SubtaskExecutionAttemptDetailsInfo",
"id" : "urn:jsonschema:org:apache:flink:runtime:rest:messages:job:SubtaskExecutionAttemptDetailsInfo",
"properties" : {
"subtask" : {
"type" : "integer"
Expand Down Expand Up @@ -2580,11 +2580,11 @@
}
}
},
"start_time" : {
"type" : "integer"
},
"taskmanager-id" : {
"type" : "string"
},
"start_time" : {
"type" : "integer"
}
}
}
Expand Down Expand Up @@ -3065,6 +3065,9 @@
},
"taskmanager-id" : {
"type" : "string"
},
"start_time" : {
"type" : "integer"
}
}
} </code>
Expand Down Expand Up @@ -3174,6 +3177,9 @@
},
"taskmanager-id" : {
"type" : "string"
},
"start_time" : {
"type" : "integer"
}
}
} </code>
Expand Down

0 comments on commit be3242d

Please sign in to comment.