topcoder-platform / u-bahn-api

Universal Identity API
1 stars 11 forks source link

`updated` date is populated when user creates a new organization #117

Open codejamtc opened 3 years ago

codejamtc commented 3 years ago

bandicam 2021-08-29 10-00-38-204

https://user-images.githubusercontent.com/42398485/131238536-47d4326f-8d67-4713-b39c-03a05708595a.mp4

POST: {{HOST}}/organizations

{
    "id": "4cda12a1-7e24-4c2f-b824-227143c96d7f",
    "name": "organization_04",
    "createdBy": "jcori",
    "updated": "2021-08-29T04:30:21.098Z",
    "created": "2021-08-29T04:30:21.098Z",
    "updatedBy": null
}

Since the "updatedBy": null we should not have date populated for updated ?