openapi: 3.0.0 info: title: SAP API version: 1.0.0 servers: - url: http://localhost:8080 paths: /rfc/DB02N_IX_STAT_UPDATE_FLAG_DB2: post: tags: - S_DB02N_DB2 operationId: /rfc/DB02N_IX_STAT_UPDATE_FLAG_DB2 requestBody: content: application/json: schema: properties: INDEX_CREATOR: type: string maxLength: 8 INDEX_NAME: type: string maxLength: 18 required: - INDEX_CREATOR - INDEX_NAME responses: '200': description: OK content: application/json: schema: properties: SET_CLUSTERRATIO: type: integer format: int32 SET_FIRSTKEYCARDF: type: number SET_FULLKEYCARDF: type: number SET_NLEAF: type: integer format: int32 SET_NLEVELS: type: integer format: int32 UPDATE_FLAG: type: string maxLength: 1 '400': description: Bad request. 5XX: description: Unexpected error.