{"openapi":"3.0.3","info":{"title":"API for CentoEnergies","description":"# Authentication \nObtenir le token d'authentification :  \n\n    POST : \/login_check \n    Avec le body au format JSON\n    {  \n        \"username\" : exampleusername,  \n        \"password\" : examplepassword  \n    }\n\nLe header doit \u00eatre la forme :   \n\n    Authorization : Bearer 'token'\n\ntoken correspond au token r\u00e9cup\u00e9r\u00e9 par la requ\u00eate pr\u00e9c\u00e8dente ","version":"1.0"},"servers":[{"url":"\/","description":""}],"paths":{"\/api\/current_user":{"get":{"operationId":"getCurrentUserUserItem","tags":["User"],"responses":{"200":{"description":"User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User-user...current_user"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User-user...current_user"}}}},"404":{"description":"Resource not found"}},"summary":"Information de l'utilisateur connect\u00e9","description":"Information de l'utilisateur connect\u00e9","parameters":[],"deprecated":false},"parameters":[]},"\/api\/file_firmware\/{id}":{"get":{"operationId":"getFileFirmwareItem","tags":["FileFirmware"],"responses":{"200":{"description":"FileFirmware resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FileFirmware-p...show"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FileFirmware-p...show"}}}},"404":{"description":"Resource not found"}},"summary":"D\u00e9tail d'un fichier firmware","description":"D\u00e9tail d'un fichier firmware","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/fuel_prices":{"get":{"operationId":"getFuelPriceCollection","tags":["FuelPrice"],"responses":{"200":{"description":"FuelPrice collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FuelPrice-fp...list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FuelPrice-fp...list"}}}}}},"summary":"Liste des prix","description":"Liste des prix","parameters":[],"deprecated":false},"parameters":[]},"\/api\/fuel_prices\/{id}":{"get":{"operationId":"getFuelPriceItem","tags":["FuelPrice"],"responses":{"200":{"description":"FuelPrice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FuelPrice-fp...show"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FuelPrice-fp...show"}}}},"404":{"description":"Resource not found"},"403":{"description":"Access Denied"}},"summary":"Detail du prix d'un carburant","description":"Information concernant le prix d'un carburant","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putFuelPriceItem","tags":["FuelPrice"],"responses":{"200":{"description":"FuelPrice updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FuelPrice-fp...show"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FuelPrice-fp...show"}}},"links":{}},"400":{"description":"Bad type"},"404":{"description":"FuelPrice not found"},"422":{"description":"Constraint on field not respected"}},"summary":"Modification du prix d'un carburant","description":"\u00c0 utiliser pour modifier un prix gr\u00e2ce \u00e0 l'identifiant","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","properties":{"modifyAt":{"type":"datetime","description":"Une date de programmation de changement de prix (Laisser vide si vous voulez une changement de prix imm\u00e9diat)."},"price":{"type":"string","description":"Nouvelle valeur du prix."},"emptied":{"type":"boolean","description":"Cette valeur passe \u00e0 true lorsque le produit en vente est \u00e9puis\u00e9 (cuve vide)."}}},"example":{"modifyAt":"2021-04-18T15:26:44+00:00","price":"0.999","emptied":false}}},"required":false},"deprecated":false},"parameters":[]},"\/api\/fuels":{"get":{"operationId":"getFuelCollection","tags":["Fuel"],"responses":{"200":{"description":"Fuel collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Fuel"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Fuel"}}}}}},"summary":"Liste des carburants","description":"Liste des carburants","parameters":[],"deprecated":false},"parameters":[]},"\/api\/fuels\/{id}":{"get":{"operationId":"getFuelItem","tags":["Fuel"],"responses":{"200":{"description":"Fuel resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Fuel-f...show"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Fuel-f...show"}}}},"404":{"description":"Resource not found"},"403":{"description":"Access Denied"}},"summary":"D\u00e9tail d'un carburant","description":"Information sur un carburant","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/gas_stations":{"get":{"operationId":"getGasStationCollection","tags":["GasStation"],"responses":{"200":{"description":"GasStation collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GasStation-gs...list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/GasStation-gs...list"}}}}}},"summary":"Liste des stations services","description":"Liste des stations services","parameters":[],"deprecated":false},"parameters":[]},"\/api\/gas_stations\/{id}":{"get":{"operationId":"getGasStationItem","tags":["GasStation"],"responses":{"200":{"description":"GasStation resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/GasStation-gs...show"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/GasStation-gs...show"}}}},"404":{"description":"Resource not found"},"403":{"description":"Access Denied"}},"summary":"D\u00e9tail d'une station service","description":"Information sur une station service","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/get_panel_by_code":{"get":{"operationId":"getByCodePanelCollection","tags":["Panel"],"responses":{"200":{"description":"Panel collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Panel-panel...list.testing.software"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Panel-panel...list.testing.software"}}}}}},"summary":"Liste des panneaux par minefi ou code implant","description":"Liste des panneaux par minefi ou code implant","parameters":[],"deprecated":false},"parameters":[]},"\/api\/maintenance\/gas_stations\/{id}":{"get":{"operationId":"getPanelsGasStationItem","tags":["Maintenance"],"responses":{"200":{"description":"Request send","content":{"application\\\/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"type":{"type":"string"},"box":{"type":"integer"}}}}}},"403":{"description":"Access Denied"},"404":{"description":"Resource not found"}},"summary":"Panneaux d'une station service","description":"Panneaux d'une station service","parameters":[],"deprecated":false},"parameters":[]},"\/api\/maintenance\/panels\/{id}":{"get":{"operationId":"getUcsPanelItem","tags":["Maintenance"],"responses":{"200":{"description":"Request send","content":{"application\\\/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"withControl":{"type":"boolean"},"numberOfDigits":{"type":"integer"},"countLinePrice":{"type":"integer"},"linePrices":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"price":{"type":"float"},"position":{"type":"integer"},"state":{"type":"string"},"fuelPrice":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"price":{"type":"float"},"fuel":{"type":"string"}}}}}}}}}}}},"403":{"description":"Access Denied"},"404":{"description":"Resource not found"}},"summary":"UC d'un panneau","description":"UC d'un panneau","parameters":[],"deprecated":false},"parameters":[]},"\/api\/motorway_companies\/{id}":{"get":{"operationId":"getMotorwayCompanyItem","tags":["MotorwayCompany"],"responses":{"200":{"description":"MotorwayCompany resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/MotorwayCompany-mc...show"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/MotorwayCompany-mc...show"}}}},"404":{"description":"Resource not found"},"403":{"description":"Access Denied"}},"summary":"D\u00e9tail d'une compagnie d'autoroute","description":"Information sur une compagnie d'autoroute","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/oil_companies\/{id}":{"get":{"operationId":"getOilCompanyItem","tags":["OilCompany"],"responses":{"200":{"description":"OilCompany resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/OilCompany-oc...show"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/OilCompany-oc...show"}}}},"404":{"description":"Resource not found"},"403":{"description":"Access Denied"}},"summary":"D\u00e9tail d'une compagnie p\u00e9troli\u00e8re","description":"Information sur une compagnie p\u00e9troli\u00e8re","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/panel\/get_configuration":{"get":{"operationId":"get_configurationPanelItem","tags":["Communication"],"responses":{"200":{"description":"Panel resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Panel-panel...get_configuration"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Panel-panel...get_configuration"}}}},"404":{"description":"Resource not found"}},"summary":"Obtenir la configuration du panneau","description":"Obtenir la configuration du panneau","parameters":[{"name":"api_key","in":"query","description":"api_key","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/panel\/get_configuration_new":{"get":{"operationId":"get_configuration_newPanelItem","tags":["Communication"],"responses":{"200":{"description":"Panel resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Panel-panel...get_configuration"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Panel-panel...get_configuration"}}}},"404":{"description":"Resource not found"}},"summary":"Obtenir la configuration du panneau","description":"Obtenir la configuration du panneau","parameters":[{"name":"api_key","in":"query","description":"api_key","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/panel\/get_file_firmware":{"get":{"operationId":"getFileFirmwareFileFirmwareCollection","tags":["Communication"],"responses":{"200":{"description":"OK","content":{"application\/json":{"schema":{"type":"object","properties":[]}}}},"404":{"description":"Panel not found or Status not found","content":{}}},"summary":"Obtenir un fichier de firmware","description":"Obtenir un fichier de firmware","parameters":[{"name":"api_key","in":"query","description":"api_key","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"num_file","in":"query","description":"number of the file wanted","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"type","in":"query","description":"sh3 | bin","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false},{"name":"number_version","in":"query","description":"Version number of firmware","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/panel\/get_server_configuration":{"get":{"operationId":"get_server_configurationPanelItem","tags":["Communication"],"responses":{"200":{"description":"Panel resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Panel-panel...server_configuration"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Panel-panel...server_configuration"}}}},"404":{"description":"Resource not found"}},"summary":"Obtenir la configuration du serveur","description":"Obtenir la configuration du serveur","parameters":[{"name":"api_key","in":"query","description":"api_key","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false},{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/panel\/get_status":{"get":{"operationId":"getStatusPanelCollection","tags":["Communication"],"responses":{"200":{"description":"OK","content":{"application\/json":{"schema":{"type":"object","properties":{"identifier":{"type":"boolean"},"lumi0":{"type":"boolean"},"lumi1":{"type":"boolean"},"venti0":{"type":"boolean"},"venti1":{"type":"boolean"},"synchronize":{"type":"boolean"},"conversion":{"type":"boolean"},"orderPAnel":{"type":"string"},"configuration":{"type":"boolean"},"updateFirmware":{"type":"boolean"}}}}}},"404":{"description":"Panel not found or Status not found","content":{}}},"summary":"Obtenir le statut d'un panneau","description":"Obtenir le statut d'un panneau","parameters":[{"name":"api_key","in":"query","description":"api_key","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/panel\/information_panel":{"post":{"operationId":"postPanelInformationCollection","tags":["Communication"],"responses":{"201":{"description":"PanelInformation resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PanelInformation-panel_information...create"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PanelInformation-panel_information...create"}}},"links":{"GetPanelInformationItem":{"operationId":"getPanelInformationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/panel_informations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Cr\u00e9er une information panneau","description":"Cr\u00e9er une information panneau","parameters":[{"name":"api_key","in":"query","description":"api_key","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false}],"requestBody":{"description":"The new PanelInformation resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PanelInformation-panel_information...create"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PanelInformation-panel_information...create"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/panel\/panel_identifier":{"post":{"operationId":"panel_identifierPanelCollection","tags":["Communication"],"responses":{"201":{"description":"Panel resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Panel-panel...panel_identifier"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Panel-panel...panel_identifier"}}},"links":{"GetPanelItem":{"operationId":"getPanelItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/panels\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Identit\u00e9 du panneau","description":"Identit\u00e9 du panneau","parameters":[{"name":"api_key","in":"query","description":"api_key","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false}],"requestBody":{"description":"The new Panel resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Panel-panel...panel_identifier"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Panel-panel...panel_identifier"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/panel\/panel_return":{"post":{"operationId":"panel_returnPanelReturnCollection","tags":["Communication"],"responses":{"201":{"description":"PanelReturn resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PanelReturn-panel...panel_return"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PanelReturn-panel...panel_return"}}},"links":{"GetPanelReturnItem":{"operationId":"getPanelReturnItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/panel_returns\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Retour panneau","description":"Retour panneau","parameters":[{"name":"api_key","in":"query","description":"api_key","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false}],"requestBody":{"description":"The new PanelReturn resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PanelReturn-panel...panel_return"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PanelReturn-panel...panel_return"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/panel\/synchronization":{"get":{"operationId":"synchronizePanelCollection","tags":["Communication"],"responses":{"200":{"description":"OK","content":{"application\/json":{"schema":{"type":"object","example":[[1.734,1.698,1.863],[1.683,1.749,1.599]]}}}},"404":{"description":"Panel not found","content":{}}},"summary":"Obtenir les prix du panneau","description":"Obtenir les prix du panneau","parameters":[{"name":"api_key","in":"query","description":"api_key","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer"},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/panel_alarms":{"get":{"operationId":"getPanelAlarmCollection","tags":["PanelAlarm"],"responses":{"200":{"description":"PanelAlarm collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PanelAlarm"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PanelAlarm"}}}}}},"summary":"Retrieves the collection of PanelAlarm resources.","description":"Retrieves the collection of PanelAlarm resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postPanelAlarmCollection","tags":["PanelAlarm"],"responses":{"201":{"description":"PanelAlarm resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PanelAlarm"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PanelAlarm"}}},"links":{"GetPanelAlarmItem":{"operationId":"getPanelAlarmItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/panel_alarms\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a PanelAlarm resource.","description":"Creates a PanelAlarm resource.","parameters":[],"requestBody":{"description":"The new PanelAlarm resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PanelAlarm"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PanelAlarm"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/panel_alarms\/{id}":{"get":{"operationId":"getPanelAlarmItem","tags":["PanelAlarm"],"responses":{"200":{"description":"PanelAlarm resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PanelAlarm"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PanelAlarm"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a PanelAlarm resource.","description":"Retrieves a PanelAlarm resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putPanelAlarmItem","tags":["PanelAlarm"],"responses":{"200":{"description":"PanelAlarm resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PanelAlarm"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PanelAlarm"}}},"links":{"GetPanelAlarmItem":{"operationId":"getPanelAlarmItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/panel_alarms\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PanelAlarm resource.","description":"Replaces the PanelAlarm resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated PanelAlarm resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PanelAlarm"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PanelAlarm"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePanelAlarmItem","tags":["PanelAlarm"],"responses":{"204":{"description":"PanelAlarm resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the PanelAlarm resource.","description":"Removes the PanelAlarm resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"patchPanelAlarmItem","tags":["PanelAlarm"],"responses":{"200":{"description":"PanelAlarm resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PanelAlarm"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PanelAlarm"}}},"links":{"GetPanelAlarmItem":{"operationId":"getPanelAlarmItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/panel_alarms\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the PanelAlarm resource.","description":"Updates the PanelAlarm resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated PanelAlarm resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/PanelAlarm"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/panel_configurations":{"get":{"operationId":"getPanelConfigurationCollection","tags":["PanelConfiguration"],"responses":{"200":{"description":"PanelConfiguration collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PanelConfiguration"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/PanelConfiguration"}}}}}},"summary":"Retrieves the collection of PanelConfiguration resources.","description":"Retrieves the collection of PanelConfiguration resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postPanelConfigurationCollection","tags":["PanelConfiguration"],"responses":{"201":{"description":"PanelConfiguration resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PanelConfiguration"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PanelConfiguration"}}},"links":{"GetPanelConfigurationItem":{"operationId":"getPanelConfigurationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/panel_configurations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a PanelConfiguration resource.","description":"Creates a PanelConfiguration resource.","parameters":[],"requestBody":{"description":"The new PanelConfiguration resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PanelConfiguration"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PanelConfiguration"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/panel_configurations\/{id}":{"get":{"operationId":"getPanelConfigurationItem","tags":["PanelConfiguration"],"responses":{"200":{"description":"PanelConfiguration resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PanelConfiguration"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PanelConfiguration"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a PanelConfiguration resource.","description":"Retrieves a PanelConfiguration resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putPanelConfigurationItem","tags":["PanelConfiguration"],"responses":{"200":{"description":"PanelConfiguration resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PanelConfiguration"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PanelConfiguration"}}},"links":{"GetPanelConfigurationItem":{"operationId":"getPanelConfigurationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/panel_configurations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the PanelConfiguration resource.","description":"Replaces the PanelConfiguration resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated PanelConfiguration resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PanelConfiguration"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PanelConfiguration"}}},"required":true},"deprecated":false},"delete":{"operationId":"deletePanelConfigurationItem","tags":["PanelConfiguration"],"responses":{"204":{"description":"PanelConfiguration resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the PanelConfiguration resource.","description":"Removes the PanelConfiguration resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"patchPanelConfigurationItem","tags":["PanelConfiguration"],"responses":{"200":{"description":"PanelConfiguration resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PanelConfiguration"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PanelConfiguration"}}},"links":{"GetPanelConfigurationItem":{"operationId":"getPanelConfigurationItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/panel_configurations\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the PanelConfiguration resource.","description":"Updates the PanelConfiguration resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated PanelConfiguration resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/PanelConfiguration"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/panel_informations\/{id}":{"get":{"operationId":"getPanelInformationItem","tags":["PanelInformation"],"responses":{"200":{"description":"PanelInformation resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PanelInformation"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PanelInformation"}}}},"404":{"description":"Resource not found"}},"summary":"D\u00e9tail d'une information panneau","description":"Information sur une information panneau","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/panel_returns\/{id}":{"get":{"operationId":"getPanelReturnItem","tags":["PanelReturn"],"responses":{"200":{"description":"PanelReturn resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/PanelReturn"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/PanelReturn"}}}},"404":{"description":"Resource not found"}},"summary":"D\u00e9tail d'un retour panneau","description":"Information sur un retour panneau","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/panels":{"get":{"operationId":"getPanelCollection","tags":["Panel"],"responses":{"200":{"description":"Panel collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Panel-p...list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/Panel-p...list"}}}}}},"summary":"Liste des panneaux","description":"Liste des panneaux","parameters":[{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","default":20},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/panels\/{id}":{"get":{"operationId":"getPanelItem","tags":["Panel"],"responses":{"200":{"description":"Panel resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/Panel-p...show"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/Panel-p...show"}}}},"404":{"description":"Resource not found"},"403":{"description":"Access Denied"}},"summary":"D\u00e9tail d'un panneau","description":"Information sur un panneau","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/server_configurations\/{id}":{"get":{"operationId":"getServerConfigurationItem","tags":["ServerConfiguration"],"responses":{"200":{"description":"ServerConfiguration resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/ServerConfiguration"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/ServerConfiguration"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a ServerConfiguration resource.","description":"Retrieves a ServerConfiguration resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/status_panels":{"get":{"operationId":"getStatusPanelCollection","tags":["StatusPanel"],"responses":{"200":{"description":"StatusPanel collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/StatusPanel"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/StatusPanel"}}}}}},"summary":"Retrieves the collection of StatusPanel resources.","description":"Retrieves the collection of StatusPanel resources.","parameters":[{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"post":{"operationId":"postStatusPanelCollection","tags":["StatusPanel"],"responses":{"201":{"description":"StatusPanel resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StatusPanel"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/StatusPanel"}}},"links":{"GetStatusPanelItem":{"operationId":"getStatusPanelItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/status_panels\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Creates a StatusPanel resource.","description":"Creates a StatusPanel resource.","parameters":[],"requestBody":{"description":"The new StatusPanel resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StatusPanel"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/StatusPanel"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/status_panels\/{id}":{"get":{"operationId":"getStatusPanelItem","tags":["StatusPanel"],"responses":{"200":{"description":"StatusPanel resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StatusPanel"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/StatusPanel"}}}},"404":{"description":"Resource not found"}},"summary":"Retrieves a StatusPanel resource.","description":"Retrieves a StatusPanel resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putStatusPanelItem","tags":["StatusPanel"],"responses":{"200":{"description":"StatusPanel resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StatusPanel"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/StatusPanel"}}},"links":{"GetStatusPanelItem":{"operationId":"getStatusPanelItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/status_panels\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Replaces the StatusPanel resource.","description":"Replaces the StatusPanel resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated StatusPanel resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StatusPanel"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/StatusPanel"}}},"required":true},"deprecated":false},"delete":{"operationId":"deleteStatusPanelItem","tags":["StatusPanel"],"responses":{"204":{"description":"StatusPanel resource deleted"},"404":{"description":"Resource not found"}},"summary":"Removes the StatusPanel resource.","description":"Removes the StatusPanel resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"patch":{"operationId":"patchStatusPanelItem","tags":["StatusPanel"],"responses":{"200":{"description":"StatusPanel resource updated","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/StatusPanel"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/StatusPanel"}}},"links":{"GetStatusPanelItem":{"operationId":"getStatusPanelItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/status_panels\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"},"404":{"description":"Resource not found"}},"summary":"Updates the StatusPanel resource.","description":"Updates the StatusPanel resource.","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"requestBody":{"description":"The updated StatusPanel resource","content":{"application\/merge-patch+json":{"schema":{"$ref":"#\/components\/schemas\/StatusPanel"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/test_panels":{"post":{"operationId":"postTestPanelCollection","tags":["TestPanel"],"responses":{"201":{"description":"TestPanel resource created","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TestPanel"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TestPanel"}}},"links":{"GetTestPanelItem":{"operationId":"getTestPanelItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/test_panels\/{id}`."}}},"400":{"description":"Invalid input"},"422":{"description":"Unprocessable entity"}},"summary":"Cr\u00e9ation d'un test panneau","description":"Cr\u00e9ation d'un test panneau","parameters":[],"requestBody":{"description":"The new TestPanel resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TestPanel"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TestPanel"}}},"required":true},"deprecated":false},"parameters":[]},"\/api\/test_panels\/{id}":{"get":{"operationId":"getTestPanelItem","tags":["TestPanel"],"responses":{"200":{"description":"TestPanel resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/TestPanel-fp...show"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/TestPanel-fp...show"}}}},"404":{"description":"Resource not found"}},"summary":"D\u00e9tail d'un test panneau","description":"D\u00e9tail d'un test panneau","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/total\/fuel_prices":{"get":{"operationId":"getTotalFuelPriceCollection","tags":["Total"],"responses":{"200":{"description":"FuelPrice collection","content":{"application\/json":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FuelPrice-fp_total...list"}}},"text\/html":{"schema":{"type":"array","items":{"$ref":"#\/components\/schemas\/FuelPrice-fp_total...list"}}}}}},"summary":"Liste des prix","description":"Liste des prix     \n**D\u00e9tail des statuts :**   \n- ERROR_PALETTE :  \n\n        {\n            'type': 'ERROR_PALETTE',\n            'panel': 'nom du panneau',\n            'fuel': 'nom du carburant',\n            'modules': [\n                {\n                    'position': 2,\n                    'palettes': [\n                        {\n                            'position': '1'\n                        }\n                    ]\n                }\n            ]\n        }\n\n- ERROR_MODULE :  \n \n        {  \n            'type': ERROR_MODULE,  \n            'panel': 'nom du panneau',  \n            'fuel': 'nom du carburant',  \n            'modules': [  \n                [  \n                    {  \n                        'position': 1  \n                    }  \n                ]  \n            ]  \n        }\n\n- ERROR_LINE_PRICE :   \n\n        {\n\t\t\t'type': 'ERROR_LINE_PRICE',\n\t\t\t'panel': 'nom du panneau',\n\t\t\t'fuel': 'nom du carburant'\n\t\t}\n\n- ERROR :  \n\n        {\n\t\t\t'type': 'ERROR',\n\t\t\t'panel': 'nom du panneau',\n\t\t\t'fuel': 'nom du carburant'\n\t\t}\n\n- ALARM_BATTERY :  \n\n        {\n\t\t\t'type': 'ALARM_BATTERY',\n\t\t\t'panel': 'nom du panneau',\n\t\t\t'uc': 'nom de l'Uc'\n\t\t}\n\n    ","parameters":[{"name":"itemsPerPage","in":"query","description":"The number of items per page","required":false,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"integer","default":20},"style":"form","explode":false,"allowReserved":false},{"name":"page","in":"query","description":"The collection page number","required":false,"deprecated":false,"allowEmptyValue":true,"schema":{"type":"integer","default":1},"style":"form","explode":false,"allowReserved":false}],"deprecated":false},"put":{"operationId":"putFuelPriceFuelPriceItem","tags":["Total"],"responses":{"200":{"description":"Request send","content":{"application\\\/json":{"schema":{"type":"object","properties":{"minefi":{"type":"string"},"code":{"type":"string"},"modifyAt":{"type":"datetime"},"price":{"type":"float"},"emptied":{"type":"boolean"},"status":{"type":"string"}}}}},"links":{"GetFuelPriceItem":{"operationId":"getFuelPriceItem","parameters":{"id":"$response.body#\/id"},"description":"The `id` value returned in the response can be used as the `id` parameter in `GET \/api\/fuel_prices\/{id}`."}}}},"summary":"Modification du prix des carburants avec minefi","description":"\u00c0 utiliser pour modifier un ou plusieurs prix gr\u00e2ce au code minefi de la station service et du code du carburant.  \n            La r\u00e9ponse sera du m\u00eame format que votre requ\u00eate. Cependant, un status est renvoy\u00e9 pour chaque prix mis \u00e0 jour.  \n            Detail des statuts :  \n            - 200 : Le prix a \u00e9t\u00e9 mis \u00e0 jour  \n            - 400 : Pas de changement \u00e0 effectuer  \n            - 404 : le prix n'a pas \u00e9t\u00e9 trouv\u00e9   \n            - 422 : Les cl\u00e9s ne sont pas correctes  \n            ","parameters":[],"requestBody":{"description":"","content":{"application\/json":{"schema":{"type":"object","required":["minefi","code","price"],"properties":{"minefi":{"type":"string","description":"Code minefi de la station service."},"code":{"type":"string","description":"Code du produit."},"modifyAt":{"type":"datetime","description":"Une date de programmation de changement de prix (Laisser vide si vous voulez une changement de prix imm\u00e9diat)."},"price":{"type":"float","description":"Nouvelle valeur du prix."},"emptied":{"type":"boolean","description":"Cette valeur passe \u00e0 true lorsque le produit en vente est \u00e9puis\u00e9 (cuve vide)."}}},"example":[{"minefi":"2117095","code":"9","modifyAt":"2021-11-30T15:26:44+00:00","price":1.15,"emptied":false},{"minefi":"5135151","code":"7","modifyAt":"2021-04-18T15:26:44+00:00","price":0.999,"emptied":true}]}},"required":false},"deprecated":false},"parameters":[]},"\/api\/total\/fuel_prices\/{id}":{"get":{"operationId":"gettotalFuelPriceItem","tags":["Total"],"responses":{"200":{"description":"FuelPrice resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/FuelPrice-fp_total...show"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/FuelPrice-fp_total...show"}}}},"404":{"description":"Resource not found"}},"summary":"Detail du prix d'un carburant","description":"Information concernant le prix d'un craburant   \n**D\u00e9tail des statuts :**   \n- ERROR_PALETTE :  \n\n        {\n            'type': 'ERROR_PALETTE',\n            'panel': 'nom du panneau',\n            'fuel': 'nom du carburant',\n            'modules': [\n                {\n                    'position': 2,\n                    'palettes': [\n                        {\n                            'position': '1'\n                        }\n                    ]\n                }\n            ]\n        }\n\n- ERROR_MODULE :  \n \n        {  \n            'type': ERROR_MODULE,  \n            'panel': 'nom du panneau',  \n            'fuel': 'nom du carburant',  \n            'modules': [  \n                [  \n                    {  \n                        'position': 1  \n                    }  \n                ]  \n            ]  \n        }\n\n- ERROR_LINE_PRICE :   \n\n        {\n\t\t\t'type': 'ERROR_LINE_PRICE',\n\t\t\t'panel': 'nom du panneau',\n\t\t\t'fuel': 'nom du carburant'\n\t\t}\n\n- ERROR :  \n\n        {\n\t\t\t'type': 'ERROR',\n\t\t\t'panel': 'nom du panneau',\n\t\t\t'fuel': 'nom du carburant'\n\t\t}\n\n- ALARM_BATTERY :  \n\n        {\n\t\t\t'type': 'ALARM_BATTERY',\n\t\t\t'panel': 'nom du panneau',\n\t\t\t'uc': 'nom de l'Uc'\n\t\t}\n\n    ","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/total\/fuel_prices_minefi\/{minefi}":{"get":{"operationId":"gettotalminefiFuelPriceItem","tags":["Total"],"responses":{"200":{"description":"Request send","content":{"application\\\/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"price":{"type":"string"},"GasStation":{"type":"string"},"Fuel":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"}}},"created":{"type":"datetime"},"updated":{"type":"datetime"},"position":{"type":"integer"},"emptied":{"type":"boolean"},"modifyAt":{"type":"datetime"},"modifyDone":{"type":"boolean"},"status":{"type":"string"},"oldPrice":{"type":"string"}}}}}},"403":{"description":"Access Denied"},"404":{"description":"Resource not found"}},"summary":"D\u00e9tail des prix d'une station service par code minefi","description":"R\u00e9cup\u00e9rer les informations de tous les prix d'une station service en passant en param\u00e8tre son code minefi.     \n**D\u00e9tail des statuts :**   \n- ERROR_PALETTE :  \n\n        {\n            'type': 'ERROR_PALETTE',\n            'panel': 'nom du panneau',\n            'fuel': 'nom du carburant',\n            'modules': [\n                {\n                    'position': 2,\n                    'palettes': [\n                        {\n                            'position': '1'\n                        }\n                    ]\n                }\n            ]\n        }\n\n- ERROR_MODULE :  \n \n        {  \n            'type': ERROR_MODULE,  \n            'panel': 'nom du panneau',  \n            'fuel': 'nom du carburant',  \n            'modules': [  \n                [  \n                    {  \n                        'position': 1  \n                    }  \n                ]  \n            ]  \n        }\n\n- ERROR_LINE_PRICE :   \n\n        {\n\t\t\t'type': 'ERROR_LINE_PRICE',\n\t\t\t'panel': 'nom du panneau',\n\t\t\t'fuel': 'nom du carburant'\n\t\t}\n\n- ERROR :  \n\n        {\n\t\t\t'type': 'ERROR',\n\t\t\t'panel': 'nom du panneau',\n\t\t\t'fuel': 'nom du carburant'\n\t\t}\n\n- ALARM_BATTERY :  \n\n        {\n\t\t\t'type': 'ALARM_BATTERY',\n\t\t\t'panel': 'nom du panneau',\n\t\t\t'uc': 'nom de l'Uc'\n\t\t}\n\n    ","parameters":[{"name":"minefi","in":"path","description":"Code minefi de la station service","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/total\/gas_stations\/{code}":{"get":{"operationId":"gettotalminefiGasStationItem","tags":["Total"],"responses":{"200":{"description":"GasStation resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/GasStation-gs...show"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/GasStation-gs...show"}}}},"404":{"description":"Resource not found"},"403":{"description":"Access Denied"}},"summary":"D\u00e9tail d'une station service par code minefi ou implant","description":"R\u00e9cup\u00e9rer les informations d'une station service en passant en param\u00e8tre code minefi ou implant.\n                   \n**D\u00e9tail des statuts :**   \n- ERROR_PALETTE :  \n\n        {\n            'type': 'ERROR_PALETTE',\n            'panel': 'nom du panneau',\n            'fuel': 'nom du carburant',\n            'modules': [\n                {\n                    'position': 2,\n                    'palettes': [\n                        {\n                            'position': '1'\n                        }\n                    ]\n                }\n            ]\n        }\n\n- ERROR_MODULE :  \n \n        {  \n            'type': ERROR_MODULE,  \n            'panel': 'nom du panneau',  \n            'fuel': 'nom du carburant',  \n            'modules': [  \n                [  \n                    {  \n                        'position': 1  \n                    }  \n                ]  \n            ]  \n        }\n\n- ERROR_LINE_PRICE :   \n\n        {\n\t\t\t'type': 'ERROR_LINE_PRICE',\n\t\t\t'panel': 'nom du panneau',\n\t\t\t'fuel': 'nom du carburant'\n\t\t}\n\n- ERROR :  \n\n        {\n\t\t\t'type': 'ERROR',\n\t\t\t'panel': 'nom du panneau',\n\t\t\t'fuel': 'nom du carburant'\n\t\t}\n\n- ALARM_BATTERY :  \n\n        {\n\t\t\t'type': 'ALARM_BATTERY',\n\t\t\t'panel': 'nom du panneau',\n\t\t\t'uc': 'nom de l'Uc'\n\t\t}\n\n    ","parameters":[{"name":"code","in":"path","description":"Code minefi ou implant de la station service","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]},"\/api\/users\/{id}":{"get":{"operationId":"getUserItem","tags":["User"],"responses":{"200":{"description":"User resource","content":{"application\/json":{"schema":{"$ref":"#\/components\/schemas\/User-p...show"}},"text\/html":{"schema":{"$ref":"#\/components\/schemas\/User-p...show"}}}},"404":{"description":"Resource not found"}},"summary":"D\u00e9tail d'un panneau","description":"Information sur un panneau","parameters":[{"name":"id","in":"path","description":"Resource identifier","required":true,"deprecated":false,"allowEmptyValue":false,"schema":{"type":"string"},"style":"simple","explode":false,"allowReserved":false}],"deprecated":false},"parameters":[]}},"components":{"schemas":{"FileFirmware-p...show":{"type":"object","description":""},"FileFirmware-panel...status_panel":{"type":"object","description":""},"Fuel":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"code":{"type":"string"}}},"Fuel-f...show":{"type":"object","description":"","properties":{"name":{"type":"string"},"code":{"type":"string"}}},"Fuel-fp...list":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"Fuel-fp...show":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"Fuel-fp_total...list":{"type":"object","description":"","properties":{"code":{"type":"string"}}},"Fuel-fp_total...show":{"type":"object","description":"","properties":{"code":{"type":"string"}}},"Fuel-gs...list":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"Fuel-gs...show":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}}},"FuelPrice":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"price":{"type":"string"},"GasStation":{"type":"string","format":"iri-reference","nullable":true},"Fuel":{"type":"string","format":"iri-reference","nullable":true},"created":{"type":"string","format":"date-time"},"updated":{"type":"string","format":"date-time"},"position":{"type":"integer"},"emptied":{"type":"boolean"},"modifyAt":{"type":"string","format":"date-time","nullable":true},"modifyDone":{"default":true,"example":true,"type":"boolean","nullable":true},"status":{"type":"array","items":{"type":"string"}},"oldPrice":{"type":"string"},"gasStation":{"type":"string","format":"iri-reference","nullable":true},"fuel":{"type":"string","format":"iri-reference","nullable":true}},"required":["price","GasStation","Fuel"]},"FuelPrice-fp...list":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"price":{"type":"string"},"GasStation":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/GasStation-fp...list"}]},"Fuel":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Fuel-fp...list"}]},"created":{"type":"string","format":"date-time"},"updated":{"type":"string","format":"date-time"},"position":{"type":"integer"},"emptied":{"type":"boolean"},"modifyAt":{"type":"string","format":"date-time","nullable":true},"modifyDone":{"default":true,"example":true,"type":"boolean","nullable":true},"status":{"type":"array","items":{"type":"string"}},"oldPrice":{"type":"string"}},"required":["price","GasStation","Fuel"]},"FuelPrice-fp...show":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"price":{"type":"string"},"GasStation":{"type":"string","format":"iri-reference","nullable":true},"Fuel":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Fuel-fp...show"}]},"created":{"type":"string","format":"date-time"},"updated":{"type":"string","format":"date-time"},"position":{"type":"integer"},"emptied":{"type":"boolean"},"modifyAt":{"type":"string","format":"date-time","nullable":true},"modifyDone":{"default":true,"example":true,"type":"boolean","nullable":true},"status":{"type":"array","items":{"type":"string"}},"oldPrice":{"type":"string"}},"required":["price","GasStation","Fuel"]},"FuelPrice-fp_total...list":{"type":"object","description":"","required":["price","GasStation","Fuel"],"properties":{"price":{"type":"string"},"GasStation":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/GasStation-fp_total...list"}]},"Fuel":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Fuel-fp_total...list"}]},"created":{"type":"string","format":"date-time"},"updated":{"type":"string","format":"date-time"},"position":{"type":"integer"},"emptied":{"type":"boolean"},"modifyAt":{"type":"string","format":"date-time","nullable":true},"modifyDone":{"default":true,"example":true,"type":"boolean","nullable":true},"status":{"type":"array","items":{"type":"string"}},"oldPrice":{"type":"string"}}},"FuelPrice-fp_total...show":{"type":"object","description":"","required":["price","GasStation","Fuel"],"properties":{"price":{"type":"string"},"GasStation":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/GasStation-fp_total...show"}]},"Fuel":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/Fuel-fp_total...show"}]},"created":{"type":"string","format":"date-time"},"updated":{"type":"string","format":"date-time"},"position":{"type":"integer"},"emptied":{"type":"boolean"},"modifyAt":{"type":"string","format":"date-time","nullable":true},"modifyDone":{"default":true,"example":true,"type":"boolean","nullable":true},"status":{"type":"array","items":{"type":"string"}},"oldPrice":{"type":"string"}}},"FuelPrice-gs...show":{"type":"object","description":""},"GasStation-fp...list":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"}}},"GasStation-fp_total...list":{"type":"object","description":"","properties":{"minefi":{"type":"string"}}},"GasStation-fp_total...show":{"type":"object","description":"","properties":{"minefi":{"type":"string"}}},"GasStation-gs...list":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"highway":{"type":"string"},"direction":{"type":"string"},"latitude":{"type":"string"},"longitude":{"type":"string"},"OilCompany":{"$ref":"#\/components\/schemas\/OilCompany-gs...list"},"MotorwayCompany":{"type":"string","format":"iri-reference","nullable":true},"Fuels":{"type":"array","items":{"$ref":"#\/components\/schemas\/Fuel-gs...list"}},"distance":{},"status":{"type":"array","items":{"type":"string"}}}},"GasStation-gs...show":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"highway":{"type":"string"},"direction":{"type":"string"},"code":{"type":"string"},"minefi":{"type":"string"},"latitude":{"type":"string"},"longitude":{"type":"string"},"OilCompany":{"type":"string","format":"iri-reference"},"MotorwayCompany":{"type":"string","format":"iri-reference","nullable":true},"Panels":{"type":"array","items":{"$ref":"#\/components\/schemas\/Panel-gs...show"}},"Fuels":{"type":"array","items":{"$ref":"#\/components\/schemas\/Fuel-gs...show"}},"created":{"type":"string","format":"date-time"},"updated":{"type":"string","format":"date-time"},"distance":{},"status":{"type":"array","items":{"type":"string"}}}},"MotorwayCompany-mc...show":{"type":"object","description":"","properties":{"name":{"type":"string"}}},"OilCompany-gs...list":{"type":"object","description":"","properties":{"path":{"default":"\/images\/OilCompany","example":"\/images\/OilCompany","type":"string","nullable":true}}},"OilCompany-oc...show":{"type":"object","description":"","properties":{"name":{"type":"string"}}},"Panel-gs...show":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"},"ucs":{"type":"array","items":{"$ref":"#\/components\/schemas\/Uc-gs...show"}}},"required":["name"]},"Panel-p...list":{"type":"object","description":"","properties":{"type":{"type":"string"},"name":{"type":"string"},"ChangeBatteryAt":{"type":"string","format":"date-time","nullable":true},"maintenance":{"type":"boolean"},"GasStations":{"type":"array","items":{"type":"string","format":"iri-reference"}}},"required":["name"]},"Panel-p...show":{"type":"object","description":"","properties":{"type":{"type":"string"},"name":{"type":"string"},"ChangeBatteryAt":{"type":"string","format":"date-time","nullable":true},"maintenance":{"type":"boolean"},"GasStations":{"type":"array","items":{"type":"string","format":"iri-reference"}}},"required":["name"]},"Panel-panel...get_configuration":{"type":"object","description":"","properties":{"sendAlarmTemperature":{"default":true,"example":true,"type":"boolean"},"sendAlarmBrightness":{"default":true,"example":true,"type":"boolean"},"sendAlarmHumidity":{"default":true,"example":true,"type":"boolean"},"sendAlarmSolarPanel":{"default":true,"example":true,"type":"boolean"},"temperatureSensorType":{"type":"integer"},"brightnessSensorType":{"type":"integer"},"useVenti":{"default":true,"example":true,"type":"boolean"},"useBacklight":{"default":true,"example":true,"type":"boolean"},"useHeater":{"default":true,"example":true,"type":"boolean"}}},"Panel-panel...list.testing.software":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"name":{"type":"string"}},"required":["name"]},"Panel-panel...panel_identifier":{"type":"object","description":"","properties":{"HW":{"type":"string","nullable":true},"SW":{"type":"string","nullable":true},"CCID":{"type":"string","nullable":true}}},"Panel-panel...server_configuration":{"type":"object","description":""},"Panel-panel...status_panel":{"type":"object","description":""},"Panel-panel...synchronize":{"type":"object","description":""},"PanelAlarm":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"created":{"type":"string","format":"date-time"},"updated":{"type":"string","format":"date-time","nullable":true},"type":{"type":"string"},"panel":{"type":"string","format":"iri-reference"},"ended":{"type":"boolean"},"dateEnded":{"type":"string","format":"date-time","nullable":true},"typeId":{"default":-1,"example":-1,"type":"integer"}}},"PanelConfiguration":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"serverUrl":{"default":"http:\/\/centoenergies.centaure-systems.fr","example":"http:\/\/centoenergies.centaure-systems.fr","type":"string"},"serverPort":{"default":80,"example":80,"type":"integer"},"thresholdBatteryAlarm":{"type":"number"},"panelType":{"default":"Dalles \u00e9lectrom\u00e9caniques","example":"Dalles \u00e9lectrom\u00e9caniques","type":"string"},"thresholdSleepMode":{"type":"number"},"thresholdTemperature0":{"type":"number"},"thresholdTemperature1":{"type":"number"},"thresholdHumidity0":{"type":"number"},"thresholdHumidity1":{"type":"number"},"statusFrequency":{"type":"string","format":"date-time"},"dailyCleaning":{"default":true,"example":true,"type":"boolean"},"timeDailyCleaning":{"type":"string","format":"date-time"},"thresholdActivatingHeater":{"type":"number"},"thresholdDisablingHeater":{"type":"number"},"thresholdActivatingBacklight":{"type":"number"},"thresholdDisablingBacklight":{"type":"number"},"created":{"type":"string","format":"date-time"},"updated":{"type":"string","format":"date-time","nullable":true},"name":{"default":"Configuration ","example":"Configuration ","type":"string"},"numberOfStatusBetweenLog":{"type":"integer"},"withResetToBlack":{"default":true,"example":true,"type":"boolean"},"deleted":{"type":"string","format":"date-time","nullable":true},"maxAttemptLowLevelConnection":{"type":"integer"},"maxAttemptHighLevelConnection":{"type":"integer"},"nbCycleMaxHighLevel":{"type":"integer"},"offsetSlabsGain":{"default":26,"example":26,"type":"number"}}},"PanelInformation":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"solarPanel":{"type":"boolean","nullable":true},"levelBattery":{"type":"integer","nullable":true},"batteryVoltage":{"type":"number","nullable":true},"batteryCurrent":{"type":"number","nullable":true},"solarPanelVoltage":{"type":"number","nullable":true},"lineInputVoltage":{"type":"number","nullable":true},"lineInputCurrent":{"type":"number","nullable":true},"receptionLevel":{"type":"number","nullable":true},"chanelTemperature0":{"type":"number","nullable":true},"chanelBrightness0":{"type":"number","nullable":true},"chanelBrightness1":{"type":"number","nullable":true},"chanelHumidity0":{"type":"number","nullable":true},"ventilationReturn0":{"type":"array","items":{"type":"string"},"nullable":true},"ventilationReturn1":{"type":"array","items":{"type":"string"},"nullable":true},"slabsGain0":{"type":"number","nullable":true},"slabsGain1":{"type":"number","nullable":true},"heater0":{"type":"boolean","nullable":true},"heater1":{"type":"boolean","nullable":true},"backlight0":{"type":"boolean","nullable":true},"backlight1":{"type":"boolean","nullable":true},"panel":{"type":"string","format":"iri-reference"},"created":{"type":"string","format":"date-time"},"updated":{"type":"string","format":"date-time","nullable":true},"date":{"type":"string","format":"date-time","nullable":true}}},"PanelInformation-panel_information...create":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"solarPanel":{"type":"boolean","nullable":true},"levelBattery":{"type":"integer","nullable":true},"batteryVoltage":{"type":"number","nullable":true},"batteryCurrent":{"type":"number","nullable":true},"solarPanelVoltage":{"type":"number","nullable":true},"lineInputVoltage":{"type":"number","nullable":true},"lineInputCurrent":{"type":"number","nullable":true},"receptionLevel":{"type":"number","nullable":true},"chanelTemperature0":{"type":"number","nullable":true},"chanelBrightness0":{"type":"number","nullable":true},"chanelBrightness1":{"type":"number","nullable":true},"chanelHumidity0":{"type":"number","nullable":true},"ventilationReturn0":{"type":"array","items":{"type":"string"},"nullable":true},"ventilationReturn1":{"type":"array","items":{"type":"string"},"nullable":true},"slabsGain0":{"type":"number","nullable":true},"slabsGain1":{"type":"number","nullable":true},"heater0":{"type":"boolean","nullable":true},"heater1":{"type":"boolean","nullable":true},"backlight0":{"type":"boolean","nullable":true},"backlight1":{"type":"boolean","nullable":true},"created":{"type":"string","format":"date-time"},"date":{"type":"string","format":"date-time","nullable":true}}},"PanelReturn":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"created":{"type":"string","format":"date-time"},"updated":{"type":"string","format":"date-time","nullable":true},"type":{"type":"string"},"message":{"type":"string","nullable":true},"typeAcknowledgment":{"type":"integer","nullable":true},"typeAlarm":{"type":"integer","nullable":true},"panel":{"type":"string","format":"iri-reference"},"segments":{"type":"array","items":{"type":"string"},"nullable":true},"alarms":{"type":"array","items":{"type":"string"},"nullable":true},"paletteState":{"type":"array","items":{"type":"string"},"nullable":true}}},"PanelReturn-panel...panel_return":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"type":{"type":"string"},"message":{"type":"string","nullable":true},"typeAcknowledgment":{"type":"integer","nullable":true},"typeAlarm":{"type":"integer","nullable":true},"segments":{"type":"array","items":{"type":"string"},"nullable":true},"alarms":{"type":"array","items":{"type":"string"},"nullable":true},"paletteState":{"type":"array","items":{"type":"string"},"nullable":true}}},"ServerConfiguration":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"serverUrl":{"default":"https:\/\/centoenergies.centaure-systems.fr","example":"https:\/\/centoenergies.centaure-systems.fr","type":"string"},"serverPort":{"default":80,"example":80,"type":"integer"},"panels":{"type":"array","items":{"type":"string","format":"iri-reference"}},"created":{"type":"string","format":"date-time"},"updated":{"type":"string","format":"date-time","nullable":true},"name":{"type":"string"},"deleted":{"type":"string","format":"date-time","nullable":true}}},"StatusPanel":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"log":{"type":"boolean"},"lumi0":{"type":"boolean"},"lumi1":{"type":"boolean"},"venti0":{"type":"boolean"},"venti1":{"type":"boolean"},"synchronize":{"type":"boolean"},"conversion":{"type":"boolean"},"configuration":{"type":"boolean"},"panel":{"type":"string","format":"iri-reference","nullable":true},"versionFirmware":{"nullable":true,"anyOf":[{"$ref":"#\/components\/schemas\/VersionFirmware"}]},"orderPanel":{"type":"array","items":{"type":"string"},"nullable":true},"serverconfiguration":{"type":"boolean"},"identifier":{"type":"boolean"},"updateFirmware":{"readOnly":true,"type":"string","nullable":true}}},"TestPanel":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"date":{"type":"string","format":"date-time"},"panel":{"type":"string","format":"iri-reference","nullable":true},"created":{"type":"string","format":"date-time","nullable":true},"updated":{"type":"string","format":"date-time","nullable":true},"type":{"type":"string"},"operatorName":{"type":"string"},"validated":{"type":"boolean"},"descriptionPanel":{"type":"string","nullable":true},"softwareVersion":{"type":"string"},"log":{"type":"string","nullable":true},"user":{"type":"string","format":"iri-reference","nullable":true},"code":{"type":"string"}}},"TestPanel-fp...show":{"type":"object","description":""},"Uc-gs...show":{"type":"object","properties":{"batteryLevel":{"default":100,"example":100,"type":"integer"}}},"User-p...show":{"type":"object","description":""},"User-user...current_user":{"type":"object","description":"","properties":{"id":{"readOnly":true,"type":"integer"},"username":{"minLength":6,"pattern":"^([a-z]*)$","type":"string"}},"required":["username"]},"VersionFirmware":{"type":"object","properties":{"id":{"readOnly":true,"type":"integer"},"versionNumber":{"type":"integer"},"fileFirmwares":{"type":"array","items":{"type":"string","format":"iri-reference"}},"deleted":{"type":"string","format":"date-time","nullable":true}}}},"responses":{},"parameters":{},"examples":{},"requestBodies":{},"headers":{},"securitySchemes":{"JWT":{"type":"apiKey","description":"Value for the Authorization header parameter.","name":"Authorization","in":"header"}}},"security":[{"JWT":[]}],"tags":[]}