openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/CRM_IC_SCRIPTING_CR_FAVFOLD: post: tags: - CRM_IC_SCRIPTING_PERSIST summary: Create a folder for Interactive Scripting object operationId: /rfc/CRM_IC_SCRIPTING_CR_FAVFOLD requestBody: content: application/json: schema: properties: DESCRIPTION: type: string maxLength: 64 description: Category Description (Interactive Scripting) LANGUAGE: type: string maxLength: 2 description: Language OBJECTNAME: type: string maxLength: 32 description: XML Document Name required: - DESCRIPTION - LANGUAGE - OBJECTNAME responses: '200': description: OK '400': description: Bad request. 5XX: description: Unexpected error.