Skip to content

Commit

Permalink
update api spec
Browse files Browse the repository at this point in the history
  • Loading branch information
alexphelps committed Dec 25, 2024
1 parent 7186b99 commit a1769dd
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 0 deletions.
10 changes: 10 additions & 0 deletions static/api/admin/2023-02-10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2180,6 +2180,9 @@ components:
date_created:
format: date-time
type: string
id:
readOnly: true
type: integer
last_event_date:
format: date-time
readOnly: true
Expand All @@ -2204,6 +2207,7 @@ components:
required:
- carrier
- date_created
- id
- last_event_date
- lines
- status
Expand Down Expand Up @@ -19152,6 +19156,8 @@ webhooks:
date_created:
format: date-time
type: string
id:
type: integer
last_event_date:
format: date-time
type: string
Expand All @@ -19171,6 +19177,7 @@ webhooks:
required:
- carrier
- date_created
- id
- last_event_date
- lines
- status
Expand Down Expand Up @@ -20520,6 +20527,8 @@ webhooks:
date_created:
format: date-time
type: string
id:
type: integer
last_event_date:
format: date-time
type: string
Expand All @@ -20539,6 +20548,7 @@ webhooks:
required:
- carrier
- date_created
- id
- last_event_date
- lines
- status
Expand Down
4 changes: 4 additions & 0 deletions static/api/admin/2024-04-01.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2190,6 +2190,9 @@ components:
date_created:
format: date-time
type: string
id:
readOnly: true
type: integer
last_event_date:
format: date-time
readOnly: true
Expand All @@ -2214,6 +2217,7 @@ components:
required:
- carrier
- date_created
- id
- last_event_date
- lines
- status
Expand Down
4 changes: 4 additions & 0 deletions static/api/admin/unstable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2190,6 +2190,9 @@ components:
date_created:
format: date-time
type: string
id:
readOnly: true
type: integer
last_event_date:
format: date-time
readOnly: true
Expand All @@ -2214,6 +2217,7 @@ components:
required:
- carrier
- date_created
- id
- last_event_date
- lines
- status
Expand Down

0 comments on commit a1769dd

Please sign in to comment.