docs(api): add DepartmentID query filter to tests endpoints
Add DepartmentID as optional query parameter in tests path spec. Regenerate bundled OpenAPI so bundled contract matches source docs and includes latest wording updates.
This commit is contained in:
parent
83278d332a
commit
796dc94286
@ -1505,9 +1505,9 @@ paths:
|
|||||||
Tests:
|
Tests:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
added:
|
created:
|
||||||
type: array
|
type: array
|
||||||
description: New tests to add to this order
|
description: New tests to create for this order
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
@ -4696,6 +4696,11 @@ paths:
|
|||||||
schema:
|
schema:
|
||||||
type: integer
|
type: integer
|
||||||
description: Filter by site ID
|
description: Filter by site ID
|
||||||
|
- name: DepartmentID
|
||||||
|
in: query
|
||||||
|
schema:
|
||||||
|
type: integer
|
||||||
|
description: Filter by department ID
|
||||||
- name: TestType
|
- name: TestType
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
@ -22,6 +22,11 @@
|
|||||||
schema:
|
schema:
|
||||||
type: integer
|
type: integer
|
||||||
description: Filter by site ID
|
description: Filter by site ID
|
||||||
|
- name: DepartmentID
|
||||||
|
in: query
|
||||||
|
schema:
|
||||||
|
type: integer
|
||||||
|
description: Filter by department ID
|
||||||
- name: TestType
|
- name: TestType
|
||||||
in: query
|
in: query
|
||||||
schema:
|
schema:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user