소스 검색

更新文档

James Iter 9 년 전
부모
커밋
087abbde8e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/os_template.md

+ 2 - 2
docs/os_template.md

@@ -20,7 +20,7 @@ Body:
 {
     "label": "CentOS-7.2",
     "name": "centos72_multi-user_2016-09-15_128G.qcow2",
-    "active": True,
+    "active": true,
     "os_init_id": 3
 }
 ```
@@ -121,7 +121,7 @@ PATCH https://$domain
   /api/os_template/{id}
 Body:
 {
-    "label": 'CentOS-72'
+    "label": "CentOS-72"
 }
 ```