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:
mahdahar 2026-04-23 16:30:06 +07:00
parent 83278d332a
commit 796dc94286
2 changed files with 302 additions and 292 deletions

View File

@ -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:

View File

@ -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: