Skip to content

Commit

Permalink
Updated following file(s): hris.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklloyd committed Jul 26, 2024
1 parent 0e7faf5 commit 0146a64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hris.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1837,7 +1837,7 @@ components:
- id
properties:
id:
$ref: '#/components/schemas/Id'
$ref: '#/components/schemas/WritableId'
first_name:
$ref: '#/components/schemas/FirstName'
last_name:
Expand Down Expand Up @@ -4764,6 +4764,7 @@ paths:
const params = {
employee: {
id: '12345',
first_name: 'Elon',
last_name: 'Musk',
middle_name: 'D.',
Expand Down Expand Up @@ -5106,6 +5107,7 @@ paths:
const params = {
id: 'id_example',
employee: {
id: '12345',
first_name: 'Elon',
last_name: 'Musk',
middle_name: 'D.',
Expand Down

0 comments on commit 0146a64

Please sign in to comment.