Fixes for openapi spec

This commit is contained in:
David Bomba 2025-09-27 07:57:04 +10:00
parent b970003353
commit 8f98033e91
2 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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