openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/BM_CREATE_FOLDERS: post: tags: - SF13 summary: Check or generate client-specific or cross-client BusNav folders operationId: /rfc/BM_CREATE_FOLDERS requestBody: content: application/json: schema: properties: VARIANT_ID: type: string maxLength: 20 required: - VARIANT_ID responses: '200': description: OK content: application/json: schema: properties: FLG_GLOBAL_FIELDS: type: string maxLength: 1 FLG_IMG_CREATION: type: string maxLength: 1 '400': description: Bad request. 5XX: description: Unexpected error.