openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BWSAPI_DISTRIBUTE_VERSION: post: tags: - RSBW operationId: /rfc/BWSAPI_DISTRIBUTE_VERSION requestBody: content: application/json: schema: properties: SAPIVERS: type: array items: type: object properties: STATUS: type: string maxLength: 1 description: Status COMPONENT: type: string maxLength: 10 description: Component RELEASE: type: string maxLength: 10 description: 'Release:' VERSION: type: integer format: int64 description: Version DATUM: type: string format: date description: Date UNAME: type: string maxLength: 12 description: User Name responses: '200': description: OK content: application/json: schema: properties: SAPIVERS: type: array items: type: object properties: STATUS: type: string maxLength: 1 description: Status COMPONENT: type: string maxLength: 10 description: Component RELEASE: type: string maxLength: 10 description: 'Release:' VERSION: type: integer format: int64 description: Version DATUM: type: string format: date description: Date UNAME: type: string maxLength: 12 description: User Name '400': description: Bad request. 5XX: description: Unexpected error.