UNPKG

@epilot/audit-logs-client

Version:

JavaScript client library for the epilot Audit Logs API

40 lines (39 loc) 667 B
{ "openapi": "3.0.0", "info": { "title": "", "version": "" }, "servers": [ { "url": "https://audit-logs.sls.epilot.io" } ], "paths": { "/v1/logs": { "post": { "operationId": "getLogs", "requestBody": { "content": { "application/json": {} } }, "responses": {} } }, "/v1/logs/{logId}": { "get": { "operationId": "getLogById", "parameters": [ { "in": "path", "name": "logId", "required": true } ], "responses": {} } } }, "components": {} }