Files
rostpoliplast/backend/docs/swagger.json
T
2026-04-29 12:15:00 +03:00

15 lines
329 B
JSON

{
"swagger": "2.0",
"info": {
"contact": {}
},
"paths": {},
"securityDefinitions": {
"Bearer": {
"description": "Type \"Bearer\" followed by a space and the JWT token.",
"type": "apiKey",
"name": "Authorization",
"in": "header"
}
}
}