| @@ -48,7 +48,12 @@ const spec = routingControllersToSpec( | ||||
|                 "StatsApiToken": { | ||||
|                     "type": "http", | ||||
|                     "scheme": "bearer", | ||||
|                     description: "Api token that can be obtained by creating a new stats client (post to /api/statsclients)." | ||||
|                     description: "Api token that can be obtained by creating a new stats client (post to /api/statsclients). Only valid for obtaining stats." | ||||
|                 }, | ||||
|                 "StationApiToken": { | ||||
|                     "type": "http", | ||||
|                     "scheme": "bearer", | ||||
|                     description: "Api token that can be obtained by creating a new scan station (post to /api/stations). Only valid for creating scans." | ||||
|                 } | ||||
|             } | ||||
|         }, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user