mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-05 17:53:12 +02:00
update archivedAt to date-time
This commit is contained in:
parent
761f8717ed
commit
6aa8d7fa09
@ -43,7 +43,7 @@ export const featureSchema = {
|
||||
},
|
||||
archivedAt: {
|
||||
type: 'string',
|
||||
format: 'date',
|
||||
format: 'date-time',
|
||||
nullable: true,
|
||||
},
|
||||
lastSeenAt: {
|
||||
|
@ -24,12 +24,12 @@ exports[`should serve the OpenAPI UI 1`] = `
|
||||
background: #fafafa;
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
<link rel=\\"stylesheet\\" type=\\"text/css\\" href=\\"./swagger-ui.css\\" >
|
||||
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<div id=\\"swagger-ui\\"></div>
|
||||
<script src=\\"./swagger-ui-bundle.js\\"></script>
|
||||
<script src=\\"./swagger-ui-standalone-preset.js\\"></script>
|
||||
@ -41,7 +41,7 @@ exports[`should serve the OpenAPI UI 1`] = `
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
"
|
||||
@ -632,6 +632,11 @@ Object {
|
||||
"archived": Object {
|
||||
"type": "boolean",
|
||||
},
|
||||
"archivedAt": Object {
|
||||
"format": "date-time",
|
||||
"nullable": true,
|
||||
"type": "string",
|
||||
},
|
||||
"createdAt": Object {
|
||||
"format": "date-time",
|
||||
"nullable": true,
|
||||
|
Loading…
Reference in New Issue
Block a user