openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM_ICI_WORKER_SESSION_WAKEUP: post: tags: - CRM_ICI_TEST summary: Wakeup operationId: /rfc/CRM_ICI_WORKER_SESSION_WAKEUP requestBody: content: application/json: schema: properties: MAXTRIES: type: integer format: int32 default: 100 WORKER_SESSION_QUEUE: type: string required: - MAXTRIES - WORKER_SESSION_QUEUE responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.