|
3213 | 3213 | "tags" : [ "Dawarich Resource" ] |
3214 | 3214 | } |
3215 | 3215 | }, |
| 3216 | + "/api/digest/heatmap/monthly" : { |
| 3217 | + "get" : { |
| 3218 | + "parameters" : [ { |
| 3219 | + "name" : "layer", |
| 3220 | + "in" : "query", |
| 3221 | + "schema" : { |
| 3222 | + "type" : "string" |
| 3223 | + } |
| 3224 | + }, { |
| 3225 | + "name" : "month", |
| 3226 | + "in" : "query", |
| 3227 | + "schema" : { |
| 3228 | + "format" : "int32", |
| 3229 | + "type" : "integer" |
| 3230 | + } |
| 3231 | + }, { |
| 3232 | + "name" : "year", |
| 3233 | + "in" : "query", |
| 3234 | + "schema" : { |
| 3235 | + "format" : "int32", |
| 3236 | + "type" : "integer" |
| 3237 | + } |
| 3238 | + } ], |
| 3239 | + "responses" : { |
| 3240 | + "200" : { |
| 3241 | + "description" : "OK" |
| 3242 | + }, |
| 3243 | + "401" : { |
| 3244 | + "description" : "Not Authorized" |
| 3245 | + }, |
| 3246 | + "403" : { |
| 3247 | + "description" : "Not Allowed" |
| 3248 | + } |
| 3249 | + }, |
| 3250 | + "summary" : "Get Monthly Heatmap", |
| 3251 | + "tags" : [ "Digest Heatmap Resource" ], |
| 3252 | + "security" : [ { |
| 3253 | + "jwt" : [ ] |
| 3254 | + } ] |
| 3255 | + } |
| 3256 | + }, |
| 3257 | + "/api/digest/heatmap/range" : { |
| 3258 | + "get" : { |
| 3259 | + "parameters" : [ { |
| 3260 | + "name" : "endTime", |
| 3261 | + "in" : "query", |
| 3262 | + "schema" : { |
| 3263 | + "type" : "string" |
| 3264 | + } |
| 3265 | + }, { |
| 3266 | + "name" : "layer", |
| 3267 | + "in" : "query", |
| 3268 | + "schema" : { |
| 3269 | + "type" : "string" |
| 3270 | + } |
| 3271 | + }, { |
| 3272 | + "name" : "startTime", |
| 3273 | + "in" : "query", |
| 3274 | + "schema" : { |
| 3275 | + "type" : "string" |
| 3276 | + } |
| 3277 | + } ], |
| 3278 | + "responses" : { |
| 3279 | + "200" : { |
| 3280 | + "description" : "OK" |
| 3281 | + }, |
| 3282 | + "401" : { |
| 3283 | + "description" : "Not Authorized" |
| 3284 | + }, |
| 3285 | + "403" : { |
| 3286 | + "description" : "Not Allowed" |
| 3287 | + } |
| 3288 | + }, |
| 3289 | + "summary" : "Get Range Heatmap", |
| 3290 | + "tags" : [ "Digest Heatmap Resource" ], |
| 3291 | + "security" : [ { |
| 3292 | + "jwt" : [ ] |
| 3293 | + } ] |
| 3294 | + } |
| 3295 | + }, |
| 3296 | + "/api/digest/heatmap/yearly" : { |
| 3297 | + "get" : { |
| 3298 | + "parameters" : [ { |
| 3299 | + "name" : "layer", |
| 3300 | + "in" : "query", |
| 3301 | + "schema" : { |
| 3302 | + "type" : "string" |
| 3303 | + } |
| 3304 | + }, { |
| 3305 | + "name" : "year", |
| 3306 | + "in" : "query", |
| 3307 | + "schema" : { |
| 3308 | + "format" : "int32", |
| 3309 | + "type" : "integer" |
| 3310 | + } |
| 3311 | + } ], |
| 3312 | + "responses" : { |
| 3313 | + "200" : { |
| 3314 | + "description" : "OK" |
| 3315 | + }, |
| 3316 | + "401" : { |
| 3317 | + "description" : "Not Authorized" |
| 3318 | + }, |
| 3319 | + "403" : { |
| 3320 | + "description" : "Not Allowed" |
| 3321 | + } |
| 3322 | + }, |
| 3323 | + "summary" : "Get Yearly Heatmap", |
| 3324 | + "tags" : [ "Digest Heatmap Resource" ], |
| 3325 | + "security" : [ { |
| 3326 | + "jwt" : [ ] |
| 3327 | + } ] |
| 3328 | + } |
| 3329 | + }, |
3216 | 3330 | "/api/digest/monthly" : { |
3217 | 3331 | "get" : { |
3218 | 3332 | "parameters" : [ { |
|
4799 | 4913 | } ] |
4800 | 4914 | } |
4801 | 4915 | }, |
| 4916 | + "/api/gps/all" : { |
| 4917 | + "delete" : { |
| 4918 | + "responses" : { |
| 4919 | + "200" : { |
| 4920 | + "description" : "OK" |
| 4921 | + }, |
| 4922 | + "401" : { |
| 4923 | + "description" : "Not Authorized" |
| 4924 | + }, |
| 4925 | + "403" : { |
| 4926 | + "description" : "Not Allowed" |
| 4927 | + } |
| 4928 | + }, |
| 4929 | + "summary" : "Delete All Gps Data", |
| 4930 | + "tags" : [ "Gps Point Resource" ], |
| 4931 | + "security" : [ { |
| 4932 | + "jwt" : [ ] |
| 4933 | + } ] |
| 4934 | + } |
| 4935 | + }, |
4802 | 4936 | "/api/gps/bulk" : { |
4803 | 4937 | "post" : { |
4804 | 4938 | "requestBody" : { |
|
7753 | 7887 | }, |
7754 | 7888 | "info" : { |
7755 | 7889 | "title" : "GeoPulse API", |
7756 | | - "version" : "1.16.2", |
| 7890 | + "version" : "1.17.0", |
7757 | 7891 | "description" : "GeoPulse backend REST API documentation.", |
7758 | 7892 | "contact" : { |
7759 | 7893 | "name" : "tess1o", |
|
0 commit comments