Skip to content

Commit

Permalink
Automated commit by github action: 12588135749
Browse files Browse the repository at this point in the history
  • Loading branch information
developer-relations-sp committed Jan 2, 2025
1 parent 576742f commit 0de6617
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/api-specs/idn/v3/schemas/ApprovalStatusDto.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
type: object
properties:
approvalId:
type: string
description: Unique identifier for the approval.
example: "2c9180877b2b6ea4017b2c545f971429"
nullable: true
forwarded:
type: boolean
default: false
Expand Down
7 changes: 7 additions & 0 deletions static/api-specs/idn/v3/schemas/RequestedItemStatus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,13 @@ properties:
items:
$ref: './ApprovalStatusDto.yaml'
description: Approval details for each item.
approvalIds:
type: array
items:
type: string
description: List of approval IDs associated with the request.
example: ["85f0cf482dd44327b593624c07906c21", "fa57e1bfa36f41ee85e33ee59fcbeac5"]
nullable: true
manualWorkItemDetails:
type: array
nullable: true
Expand Down

0 comments on commit 0de6617

Please sign in to comment.