From 232f0e5f6838d1e6fb7132092fa0a7a56ed25f8f Mon Sep 17 00:00:00 2001 From: Greg Tyler Date: Tue, 28 Nov 2023 13:07:41 +0000 Subject: [PATCH] Add `updatedAt` to API schema Expose the `updatedAt` field to provide an identifier of the version of the LPA you're looking at #patch --- docs/openapi/openapi.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/openapi/openapi.yaml b/docs/openapi/openapi.yaml index 4d52e86c..a76e8245 100644 --- a/docs/openapi/openapi.yaml +++ b/docs/openapi/openapi.yaml @@ -197,6 +197,7 @@ components: - uid - status - registrationDate + - updatedAt properties: uid: type: string @@ -211,6 +212,9 @@ components: type: string format: date nullable: true + updatedAt: + type: string + format: date additionalProperties: false InitialLpa: type: object