openapi: 3.2.0 info: version: 1.0.2 title: Finance Status Notifier Application Retrieve Configs Monitored By Config Watcher API description: This app will be consumed by Finance system to push the processing status of the files generated by the finance adapters. servers: - description: SwaggerHub API Auto Mocking url: https://virtserver.swaggerhub.com/marriott-api/finance-all-statusnotifier/1.0.2 - description: SwaggerHub API Auto Mocking url: https://virtserver.swaggerhub.com/marriott-api/fas-oauthapp/1.0.0 - To be updated security: - application: - write tags: - name: RetrieveConfigsMonitoredByConfigWatcher paths: /retrieveConfigsMonitoredByConfigWatcher: get: summary: Retrieves configuration details monitored by the Spring config watcher description: Retrieves configuration details monitored by the Spring config watcher operationId: retrieveConfigsMonitoredByConfigWatcher responses: '200': description: OK content: application/json: schema: $ref: '#/components/schemas/ConfigWatcherResponse' '400': description: No Content tags: - RetrieveConfigsMonitoredByConfigWatcher components: schemas: ConfigWatcherResponse: type: object properties: configWatcherVariable: type: integer securitySchemes: application: type: oauth2 flows: clientCredentials: tokenUrl: http://example.com/oauth/token scopes: write: allows modifying resources