openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/ACL_ACT_GROUP_SET: post: tags: - ACL_ACTIVITIES operationId: /rfc/ACL_ACT_GROUP_SET requestBody: content: application/json: schema: properties: ACTIVITY_GROUP: type: string maxLength: 32 description: 'ACL: Role' DESCRIPTION: type: string maxLength: 255 description: 'ACL: Role Description' NAME: type: string maxLength: 32 description: 'ACL: Role Name' ACTIVITIES: type: array items: type: object properties: ACTIVITY: type: string maxLength: 32 description: 'ACL: Activity' required: - ACTIVITY_GROUP responses: '200': description: OK content: application/json: schema: properties: ERROR: type: object properties: ID: type: string maxLength: 20 description: Message Class TYPE: type: string maxLength: 1 description: Message Type 'NO': type: integer format: int64 description: Message Number V1: type: string maxLength: 50 description: Message Variable V2: type: string maxLength: 50 description: Message Variable V3: type: string maxLength: 50 description: Message Variable V4: type: string maxLength: 50 description: Message Variable ACTIVITIES: type: array items: type: object properties: ACTIVITY: type: string maxLength: 32 description: 'ACL: Activity' '400': description: Bad request. 5XX: description: Unexpected error.