Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 29 additions & 3 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9229,6 +9229,10 @@ components:
$ref: '#/components/schemas/ServiceNowTicket'
status:
$ref: '#/components/schemas/CaseStatus'
status_group:
$ref: '#/components/schemas/CaseStatusGroup'
status_name:
$ref: '#/components/schemas/CaseStatusName'
title:
description: Title
example: Memory leak investigation on API
Expand Down Expand Up @@ -9295,6 +9299,8 @@ components:
type: string
priority:
$ref: '#/components/schemas/CasePriority'
status_name:
$ref: '#/components/schemas/CaseStatusName'
title:
description: Title
example: Security breach investigation
Expand Down Expand Up @@ -9463,7 +9469,9 @@ components:
- PRIORITY
- STATUS
CaseStatus:
description: Case status
deprecated: true
description: Deprecated way of representing the case status, which only supports
OPEN, IN_PROGRESS, and CLOSED statuses. Use `status_name` instead.
enum:
- OPEN
- IN_PROGRESS
Expand All @@ -9474,6 +9482,23 @@ components:
- OPEN
- IN_PROGRESS
- CLOSED
CaseStatusGroup:
description: Status group of the case.
enum:
- SG_OPEN
- SG_IN_PROGRESS
- SG_CLOSED
example: SG_OPEN
type: string
x-enum-varnames:
- SG_OPEN
- SG_IN_PROGRESS
- SG_CLOSED
CaseStatusName:
description: Status of the case. Must be one of the existing statuses for the
case's type.
example: Open
type: string
CaseTrigger:
description: Trigger a workflow from a Case. For automatic triggering a handle
must be configured and the workflow must be published.
Expand Down Expand Up @@ -9697,8 +9722,9 @@ components:
properties:
status:
$ref: '#/components/schemas/CaseStatus'
required:
- status
deprecated: true
status_name:
$ref: '#/components/schemas/CaseStatusName'
type: object
CaseUpdateStatusRequest:
description: Case update status request
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2026-01-14T17:29:03.168Z
2026-01-21T15:35:04.231Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2026-01-14T17:29:04.856Z
2026-01-21T15:35:05.393Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2026-01-14T17:29:05.317Z
2026-01-21T15:35:05.712Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2026-01-14T17:12:28.523Z
2026-01-21T15:35:06.001Z
Loading
Loading