Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore(doc): Set CreateInvoiceLineItem.issuedOn field as non-nullable (
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaleczny authored Sep 12, 2023
1 parent 9e4bfcb commit 7a5536f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vic.api.v0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2704,6 +2704,7 @@ components:
- amount
- vendor
- lineItems
- issuedOn
properties:
externalId:
type: string
Expand All @@ -2713,7 +2714,7 @@ components:
issuedOn:
type: string
format: date
nullable: true
nullable: false
description: When the purchase order was issued.
poNumber:
type: string
Expand Down

0 comments on commit 7a5536f

Please sign in to comment.