[lxc-devel] [lxd/master] Fixed Markdown Syntaxt
hirokiky on Github
lxc-bot at linuxcontainers.org
Thu Apr 28 01:36:03 UTC 2016
A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 301 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20160428/d3166ed1/attachment.bin>
-------------- next part --------------
From c7575fe93e348f4cc4706bf62013793018aac00d Mon Sep 17 00:00:00 2001
From: Hiroki Kiyohara <hirokiky at gmail.com>
Date: Thu, 28 Apr 2016 10:35:36 +0900
Subject: [PATCH] Fixed Markdown Syntaxt
---
doc/rest-api.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/doc/rest-api.md b/doc/rest-api.md
index a41a178..7a5f859 100644
--- a/doc/rest-api.md
+++ b/doc/rest-api.md
@@ -604,6 +604,8 @@ HTTP code for this should be 202 (Accepted).
* Operation: sync
* Return: dict representing current state
+Output:
+
{
"type": "sync",
"status": "Success",
@@ -1283,6 +1285,7 @@ Input:
* Return: dict representing an alias description and target
Output:
+
{
"name": "test",
"description": "my description",
More information about the lxc-devel
mailing list