Skip to content

Commit b0c9028

Browse files
committed
updated the spec as of today
1 parent 13e7c9b commit b0c9028

File tree

1 file changed

+34
-2
lines changed

1 file changed

+34
-2
lines changed

generated/harvest-openapi.yaml

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ components:
10441044
nullable: true
10451045
is_closed:
10461046
type: boolean
1047-
description: 'Whether the expense has been approved or closed for some other reason.'
1047+
description: 'Whether the expense has been approved or not.'
10481048
nullable: true
10491049
is_locked:
10501050
type: boolean
@@ -1293,7 +1293,7 @@ components:
12931293
nullable: true
12941294
timer_started_at:
12951295
type: string
1296-
description: 'Date and time the timer was started (if tracking by duration). Use the ISO 8601 Format.'
1296+
description: 'Date and time the running timer was started (if tracking by duration). Use the ISO 8601 Format. Returns null for stopped timers.'
12971297
nullable: true
12981298
format: date-time
12991299
started_time:
@@ -7330,6 +7330,10 @@ paths:
73307330
type: string
73317331
description: 'Any notes to be associated with the payment.'
73327332
nullable: true
7333+
send_thank_you:
7334+
type: boolean
7335+
description: 'Whether or not to send a thank you email (if enabled for your account in Invoices > Configure > Messages). Only sends an email if the invoice will be fully paid after creating this payment. Defaults to true.'
7336+
nullable: true
73337337
required:
73347338
- amount
73357339
'/invoices/{invoiceId}/payments/{paymentId}':
@@ -9126,6 +9130,13 @@ paths:
91269130
in: query
91279131
schema:
91289132
type: string
9133+
-
9134+
name: include_fixed_fee
9135+
description: 'When true, billable amounts will be calculated and included for fixed fee projects.'
9136+
required: false
9137+
in: query
9138+
schema:
9139+
type: string
91299140
-
91309141
name: page
91319142
description: 'The page number to use in pagination. For instance, if you make a list request and receive 2000 records, your subsequent call can include page=2 to retrieve the next page of the list. (Default: 1)'
@@ -9220,6 +9231,13 @@ paths:
92209231
in: query
92219232
schema:
92229233
type: string
9234+
-
9235+
name: include_fixed_fee
9236+
description: 'When true, billable amounts will be calculated and included for fixed fee projects.'
9237+
required: false
9238+
in: query
9239+
schema:
9240+
type: string
92239241
-
92249242
name: page
92259243
description: 'The page number to use in pagination. For instance, if you make a list request and receive 2000 records, your subsequent call can include page=2 to retrieve the next page of the list. (Default: 1)'
@@ -9322,6 +9340,13 @@ paths:
93229340
in: query
93239341
schema:
93249342
type: string
9343+
-
9344+
name: include_fixed_fee
9345+
description: 'When true, billable amounts will be calculated and included for fixed fee projects.'
9346+
required: false
9347+
in: query
9348+
schema:
9349+
type: string
93259350
-
93269351
name: page
93279352
description: 'The page number to use in pagination. For instance, if you make a list request and receive 2000 records, your subsequent call can include page=2 to retrieve the next page of the list. (Default: 1)'
@@ -9419,6 +9444,13 @@ paths:
94199444
in: query
94209445
schema:
94219446
type: string
9447+
-
9448+
name: include_fixed_fee
9449+
description: 'When true, billable amounts will be calculated and included for fixed fee projects.'
9450+
required: false
9451+
in: query
9452+
schema:
9453+
type: string
94229454
-
94239455
name: page
94249456
description: 'The page number to use in pagination. For instance, if you make a list request and receive 2000 records, your subsequent call can include page=2 to retrieve the next page of the list. (Default: 1)'

0 commit comments

Comments
 (0)