openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BANK_OBJ_WORKL_FREE_SHMEM_RFC: post: tags: - BANK_OBJ_WORKLIST operationId: /rfc/BANK_OBJ_WORKL_FREE_SHMEM_RFC requestBody: content: application/json: schema: properties: I_WORKLID: type: string format: byte required: - I_WORKLID responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.