Преглед изворни кода

Reorder API reference parameters to fix Sphinx build warning

Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
Mihaela Balutoiu пре 4 недеља
родитељ
комит
4aa222c680
1 измењених фајлова са 9 додато и 9 уклоњено
  1. 9 9
      coriolis/api-refs/source/parameters.yaml

+ 9 - 9
coriolis/api-refs/source/parameters.yaml

@@ -117,6 +117,15 @@ base_id:
   in: body
   type: string
   required: true
+clustered:
+  description: |
+    Present on transfer responses. ``true`` when more than one instance is
+    listed (multi-instance scheduling: sync barriers and shared-disk
+    coordination). Set by the server at creation from ``instances``; not
+    accepted on create.
+  in: body
+  type: boolean
+  required: false
 connection_info:
   description: >
     A JSON encoded or a barbican secret ref containing password, username and
@@ -130,15 +139,6 @@ connection_info_schema:
   in: body
   type: object
   required: false
-clustered:
-  description: |
-    Present on transfer responses. ``true`` when more than one instance is
-    listed (multi-instance scheduling: sync barriers and shared-disk
-    coordination). Set by the server at creation from ``instances``; not
-    accepted on create.
-  in: body
-  type: boolean
-  required: false
 deployment_cancel:
   description: |
     Object containing information about the type of deployment cancellation.