openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/ACL_WRITE_AUTHORITY_CHECK: post: tags: - ACL_MAIN operationId: /rfc/ACL_WRITE_AUTHORITY_CHECK requestBody: content: application/json: schema: properties: ACL_ID: type: string maxLength: 32 description: 'ACL: Key GUID of ACL' required: - ACL_ID responses: '200': description: OK content: application/json: schema: properties: X_AUTHORIZED: type: string maxLength: 1 '400': description: Bad request. 5XX: description: Unexpected error.