mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fixed alignments
This commit is contained in:
parent
0e94dcede3
commit
9b64a6603c
1 changed files with 2 additions and 6 deletions
|
|
@ -784,7 +784,6 @@ limitations under the License.
|
|||
<tr>
|
||||
<td>Description</td>
|
||||
<td>This ```GET``` method exports a notebook by the given id and gernerates a JSON
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -799,8 +798,7 @@ limitations under the License.
|
|||
<td> Fail code</td>
|
||||
<td> 500 </td>
|
||||
</tr>
|
||||
|
||||
<td> sample JSON response </td>
|
||||
<td> sample JSON response </td>
|
||||
<td><pre>{
|
||||
"paragraphs": [
|
||||
{
|
||||
|
|
@ -838,7 +836,6 @@ limitations under the License.
|
|||
<tr>
|
||||
<td>Description</td>
|
||||
<td>This ```PUT``` method imports a notebook from the notebook JSON
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
@ -853,8 +850,7 @@ limitations under the License.
|
|||
<td> Fail code</td>
|
||||
<td> 500 </td>
|
||||
</tr>
|
||||
|
||||
<td> sample JSON input </td>
|
||||
<td> sample JSON input </td>
|
||||
<td><pre>{
|
||||
"paragraphs": [
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue