File: parameters.yaml

package info (click to toggle)
python-os-api-ref 2.3.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 372 kB
  • sloc: python: 886; javascript: 501; makefile: 12
file content (20 lines) | stat: -rw-r--r-- 308 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name:
  in: body
  required: true
  type: string
  description: |
    The name of things
name2:
  in: body
  required: true
  type: string
  description: |
    The name of things
  min_version: 2.11
name3:
  in: body
  required: true
  type: string
  description: |
    The name of things
  max_version: 2.20