From 0146a647bd19809aa853daace5e564ddedbfeead Mon Sep 17 00:00:00 2001 From: Nick Lloyd Date: Fri, 26 Jul 2024 11:09:18 +0200 Subject: [PATCH] Updated following file(s): hris.yml --- hris.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hris.yml b/hris.yml index 88aa7c5..6fe49a1 100644 --- a/hris.yml +++ b/hris.yml @@ -1837,7 +1837,7 @@ components: - id properties: id: - $ref: '#/components/schemas/Id' + $ref: '#/components/schemas/WritableId' first_name: $ref: '#/components/schemas/FirstName' last_name: @@ -4764,6 +4764,7 @@ paths: const params = { employee: { + id: '12345', first_name: 'Elon', last_name: 'Musk', middle_name: 'D.', @@ -5106,6 +5107,7 @@ paths: const params = { id: 'id_example', employee: { + id: '12345', first_name: 'Elon', last_name: 'Musk', middle_name: 'D.',