Fixes for openapi spec
This commit is contained in:
parent
b970003353
commit
8f98033e91
|
|
@ -21232,8 +21232,9 @@ components:
|
||||||
example: "Bob Smith"
|
example: "Bob Smith"
|
||||||
show_all_tasks_client_portal:
|
show_all_tasks_client_portal:
|
||||||
description: "Determines if all tasks are shown on the client portal"
|
description: "Determines if all tasks are shown on the client portal"
|
||||||
type: boolean
|
type: string
|
||||||
example: false
|
enum: [all, uninvoiced, invoiced]
|
||||||
|
example: "all"
|
||||||
entity_send_time:
|
entity_send_time:
|
||||||
description: "The time that emails are sent. The time is localized to the clients locale, integer values from 1 - 24"
|
description: "The time that emails are sent. The time is localized to the clients locale, integer values from 1 - 24"
|
||||||
type: integer
|
type: integer
|
||||||
|
|
|
||||||
|
|
@ -767,8 +767,9 @@
|
||||||
example: "Bob Smith"
|
example: "Bob Smith"
|
||||||
show_all_tasks_client_portal:
|
show_all_tasks_client_portal:
|
||||||
description: "Determines if all tasks are shown on the client portal"
|
description: "Determines if all tasks are shown on the client portal"
|
||||||
type: boolean
|
type: string
|
||||||
example: false
|
enum: [all, uninvoiced, invoiced]
|
||||||
|
example: "all"
|
||||||
entity_send_time:
|
entity_send_time:
|
||||||
description: "The time that emails are sent. The time is localized to the clients locale, integer values from 1 - 24"
|
description: "The time that emails are sent. The time is localized to the clients locale, integer values from 1 - 24"
|
||||||
type: integer
|
type: integer
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue