deploy: change method to get status from device
This commit is contained in:
@@ -25,27 +25,12 @@ export const swaggerPlugin = openapi({
|
||||
],
|
||||
'components': {
|
||||
securitySchemes: {
|
||||
basicAuth: {
|
||||
type: 'http',
|
||||
scheme: 'basic',
|
||||
},
|
||||
bearerAuth: {
|
||||
type: 'http',
|
||||
scheme: 'bearer',
|
||||
bearerFormat: 'JWT',
|
||||
},
|
||||
apiKey: {
|
||||
type: 'apiKey',
|
||||
in: 'header',
|
||||
name: 'X-API-Key',
|
||||
description: 'API key for authentication',
|
||||
},
|
||||
timestamp: {
|
||||
type: 'apiKey',
|
||||
in: 'header',
|
||||
name: 'X-Timestamp',
|
||||
description: 'UTC timestamp in ISO8601 format',
|
||||
},
|
||||
},
|
||||
},
|
||||
} as OpenApiDocumentation,
|
||||
|
||||
Reference in New Issue
Block a user