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