diff --git a/static/api-specs/idn/v3/schemas/ApprovalStatusDto.yaml b/static/api-specs/idn/v3/schemas/ApprovalStatusDto.yaml index dbe0e1094a9..d29cce2266e 100644 --- a/static/api-specs/idn/v3/schemas/ApprovalStatusDto.yaml +++ b/static/api-specs/idn/v3/schemas/ApprovalStatusDto.yaml @@ -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 diff --git a/static/api-specs/idn/v3/schemas/RequestedItemStatus.yaml b/static/api-specs/idn/v3/schemas/RequestedItemStatus.yaml index 0024364264d..a72c70c2013 100644 --- a/static/api-specs/idn/v3/schemas/RequestedItemStatus.yaml +++ b/static/api-specs/idn/v3/schemas/RequestedItemStatus.yaml @@ -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