Skip to content

Commit 9b64a66

Browse files
committed
fixed alignments
1 parent 0e94dce commit 9b64a66

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

docs/rest-api/rest-notebook.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,6 @@ limitations under the License.
784784
<tr>
785785
<td>Description</td>
786786
<td>This ```GET``` method exports a notebook by the given id and gernerates a JSON
787-
788787
</td>
789788
</tr>
790789
<tr>
@@ -799,8 +798,7 @@ limitations under the License.
799798
<td> Fail code</td>
800799
<td> 500 </td>
801800
</tr>
802-
803-
<td> sample JSON response </td>
801+
<td> sample JSON response </td>
804802
<td><pre>{
805803
"paragraphs": [
806804
{
@@ -838,7 +836,6 @@ limitations under the License.
838836
<tr>
839837
<td>Description</td>
840838
<td>This ```PUT``` method imports a notebook from the notebook JSON
841-
842839
</td>
843840
</tr>
844841
<tr>
@@ -853,8 +850,7 @@ limitations under the License.
853850
<td> Fail code</td>
854851
<td> 500 </td>
855852
</tr>
856-
857-
<td> sample JSON input </td>
853+
<td> sample JSON input </td>
858854
<td><pre>{
859855
"paragraphs": [
860856
{

0 commit comments

Comments
 (0)