Skip to content

Add createdAt and updatedAt new fields to registration entity #123

Description

@GillesInnov35

Possible evolution

We think it'll be interesting to add 2 fields createdAt and updatedAt to registration entity allowing full management of customer registrations.

       CreatedAt:
              type: string
              description: The date, in RFC 3339 / ISO 8601 compliant format "YYYY-MM-DD", at which the Brand Registration has been created.
               format: date
               example: "2020-01-02"
               maxLength: 10

       UpdatedAt:
              type: string
              description: The last date, in RFC 3339 / ISO 8601 compliant format "YYYY-MM-DD",  at which the Brand Registration has been updated.
               format: date
               example: "2022-06-18"
               maxLength: 10

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions