openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM_BSP_SESSION_PERFORM_AUDIT: post: tags: - CRM_BSP_SESSION_MANAGEMENT summary: Cleans up old states and lists from the database. operationId: /rfc/CRM_BSP_SESSION_PERFORM_AUDIT responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.