Skip to content

Commit b821c7e

Browse files
committed
chore: refresh openapi.json for the widened expire_after schema
The backend now declares expire_after as string or epoch integer on create, update and bulk expiry, matching what its validator always accepted. No generated code in this repo; the vendored spec is the drift-check baseline.
1 parent c9cb733 commit b821c7e

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

openapi.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9592,6 +9592,9 @@
95929592
"type": "string",
95939593
"format": "date-time"
95949594
},
9595+
{
9596+
"type": "integer"
9597+
},
95959598
{
95969599
"type": "null"
95979600
}
@@ -10143,6 +10146,9 @@
1014310146
"type": "string",
1014410147
"format": "date-time"
1014510148
},
10149+
{
10150+
"type": "integer"
10151+
},
1014610152
{
1014710153
"type": "null"
1014810154
}
@@ -12826,6 +12832,9 @@
1282612832
"type": "string",
1282712833
"format": "date-time"
1282812834
},
12835+
{
12836+
"type": "integer"
12837+
},
1282912838
{
1283012839
"type": "null"
1283112840
}

0 commit comments

Comments
 (0)