You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// @description This is the REST API to the PANDA database. \n This is the only place to access data from the PANDA database.
// @contact.name Jiří Švácha
// @contact.email jiri.svacha@eli-beams.eu
// @schemes https
// @host api-test.panda.eli-beams.eu
// @BasePath /
// @securityDefinitions.apikey BearerAuth
// @in header
// @name Authorization
// @description JWT token. <br> How to obtain: https://eli-eric.atlassian.net/wiki/spaces/CS/pages/948797504/How+to+get+PANDA+API+Token <br> Add word Bearer before the token here.