Skip to content

Commit

Permalink
set maximum value for start_date
Browse files Browse the repository at this point in the history
  • Loading branch information
erokhinav committed Sep 19, 2024
1 parent 20155a2 commit df65491
Show file tree
Hide file tree
Showing 3 changed files with 350 additions and 0 deletions.
14 changes: 14 additions & 0 deletions api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -6214,6 +6214,7 @@
"schema": {
"example": 1668436763,
"format": "int64",
"maximum": 2114380800,
"type": "integer"
}
},
Expand All @@ -6224,6 +6225,7 @@
"schema": {
"example": 1668436763,
"format": "int64",
"maximum": 2114380800,
"type": "integer"
}
}
Expand Down Expand Up @@ -6373,6 +6375,7 @@
"schema": {
"example": 1668436763,
"format": "int64",
"maximum": 2114380800,
"type": "integer"
}
},
Expand All @@ -6383,6 +6386,7 @@
"schema": {
"example": 1668436763,
"format": "int64",
"maximum": 2114380800,
"type": "integer"
}
}
Expand Down Expand Up @@ -6572,6 +6576,7 @@
"schema": {
"example": 1668436763,
"format": "int64",
"maximum": 2114380800,
"type": "integer"
}
},
Expand All @@ -6582,6 +6587,7 @@
"schema": {
"example": 1668436763,
"format": "int64",
"maximum": 2114380800,
"type": "integer"
}
}
Expand Down Expand Up @@ -6688,6 +6694,7 @@
"schema": {
"example": 1668436763,
"format": "int64",
"maximum": 2114380800,
"type": "integer"
}
},
Expand All @@ -6698,6 +6705,7 @@
"schema": {
"example": 1668436763,
"format": "int64",
"maximum": 2114380800,
"type": "integer"
}
}
Expand Down Expand Up @@ -6840,6 +6848,7 @@
"schema": {
"example": 1668436763,
"format": "int64",
"maximum": 2114380800,
"type": "integer"
}
},
Expand All @@ -6850,6 +6859,7 @@
"schema": {
"example": 1668436763,
"format": "int64",
"maximum": 2114380800,
"type": "integer"
}
}
Expand Down Expand Up @@ -9648,6 +9658,7 @@
"schema": {
"example": 1668436763,
"format": "int64",
"maximum": 2114380800,
"type": "integer"
}
},
Expand All @@ -9658,6 +9669,7 @@
"schema": {
"example": 1668436763,
"format": "int64",
"maximum": 2114380800,
"type": "integer"
}
}
Expand Down Expand Up @@ -9814,6 +9826,7 @@
"schema": {
"example": 1668436763,
"format": "int64",
"maximum": 2114380800,
"type": "integer"
}
},
Expand All @@ -9824,6 +9837,7 @@
"schema": {
"example": 1668436763,
"format": "int64",
"maximum": 2114380800,
"type": "integer"
}
},
Expand Down
14 changes: 14 additions & 0 deletions api/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -641,13 +641,15 @@ paths:
schema:
type: integer
format: int64
maximum: 2114380800
example: 1668436763
- name: end_date
in: query
required: false
schema:
type: integer
format: int64
maximum: 2114380800
example: 1668436763
responses:
'200':
Expand Down Expand Up @@ -691,13 +693,15 @@ paths:
schema:
type: integer
format: int64
maximum: 2114380800
example: 1668436763
- name: end_date
in: query
required: false
schema:
type: integer
format: int64
maximum: 2114380800
example: 1668436763
responses:
'200':
Expand Down Expand Up @@ -768,13 +772,15 @@ paths:
schema:
type: integer
format: int64
maximum: 2114380800
example: 1668436763
- name: end_date
in: query
required: false
schema:
type: integer
format: int64
maximum: 2114380800
example: 1668436763
responses:
'200':
Expand Down Expand Up @@ -825,13 +831,15 @@ paths:
schema:
type: integer
format: int64
maximum: 2114380800
example: 1668436763
- name: end_date
in: query
required: false
schema:
type: integer
format: int64
maximum: 2114380800
example: 1668436763
responses:
'200':
Expand Down Expand Up @@ -1028,13 +1036,15 @@ paths:
schema:
type: integer
format: int64
maximum: 2114380800
example: 1668436763
- name: end_date
in: query
required: true
schema:
type: integer
format: int64
maximum: 2114380800
example: 1668436763
responses:
'200':
Expand Down Expand Up @@ -1257,13 +1267,15 @@ paths:
schema:
type: integer
format: int64
maximum: 2114380800
example: 1668436763
- name: end_date
in: query
required: false
schema:
type: integer
format: int64
maximum: 2114380800
example: 1668436763
responses:
'200':
Expand Down Expand Up @@ -1787,13 +1799,15 @@ paths:
schema:
type: integer
format: int64
maximum: 2114380800
example: 1668436763
- name: end_date
in: query
required: false
schema:
type: integer
format: int64
maximum: 2114380800
example: 1668436763
- name: points_count
in: query
Expand Down
Loading

0 comments on commit df65491

Please sign in to comment.