openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BM_CREATE_PROJECT_FOLDER: post: tags: - SF13 summary: Creation of project folders in SAPoffice operationId: /rfc/BM_CREATE_PROJECT_FOLDER requestBody: content: application/json: schema: properties: LANGUAGE: type: string default: SY-LANGU maxLength: 1 VARIANT_ID: type: string maxLength: 20 required: - VARIANT_ID responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.