File: parameters.yaml

package info (click to toggle)
python-os-api-ref 3.1.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 348 kB
  • sloc: python: 934; javascript: 119; makefile: 14
file content (25 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# valid path parameter
server_id:
  description: |
    ID for server.
  in: path
  required: true
  type: string
# These are out of order, this should be a warning.
name2:
  in: body
  required: false
  type: string
  description: |
    foo
name:
  in: body
  required: true
  type: string
  description: |
    The name of things
name_1:
  description: |
    name_1 is missing type field.
  in: body
  required: true