openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/AUTH_TRACE_GET_AUTHVAL_KEY: post: tags: - SAUTHTRACE operationId: /rfc/AUTH_TRACE_GET_AUTHVAL_KEY responses: '200': description: OK content: application/json: schema: properties: P_AUTHVALTRC_KEY: type: array items: type: object properties: NAME: type: string maxLength: 40 description: Object Name in Object Directory TYPE: type: string maxLength: 2 description: Type of Check Flag and Authorization Default Values OBJECT: type: string maxLength: 10 description: Authorization Object HASH: type: string maxLength: 40 description: Hash Value (160 Bits) P_DBCNT: type: integer format: int32 '400': description: Bad request. 5XX: description: Unexpected error.