> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api/api-en/back-office-api-reference/system-bo-api/open-api-management.md).

# Open API Management

## Register/Modify Authentication Key

> \## Function Description\
> \* Registers/modifies an authentication key.\
> \---\
> \## Detailed Description\
> \* Authentication key registration/modification is only possible from PO.\
> \* The vendor number/vendor name is automatically output from the logged-in account's vendor information and cannot be arbitrarily modified.\
> \* Registration\
> &#x20; \- If there are already 3 authentication keys with a usage status of 'Y', a new authentication key can only be registered with a usage status of 'N'.\
> &#x20; \- Validity Period: Start date is Today (default), End date is Today + 365 days (default)\
> &#x20; \- Server IP: Direct input (only numbers and special characters allowed), IPs separated by comma (,), up to 1000 bytes allowed (input not allowed if exceeded)\
> \* Modification\
> &#x20; \- A change of usage status from 'N' to 'Y' is not allowed for a vendor that already has 3 authentication keys in use.\
> &#x20; \- An authentication key whose validity period has ended cannot be modified > Cancel/Save buttons hidden, Close button shown\
> &#x20;\---\
> \## Revision History\
> \* Release v2.00\_240826: New development<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"CertificationKeyUpdateRequest":{"type":"object","description":"Authentication Key Update Request","properties":{"sysRegId":{"type":"string"},"sysModId":{"type":"string"},"certiKey":{"type":"string","description":"Authentication Key No."},"useYn":{"type":"string","description":"Usage Status"},"entrNo":{"type":"string","description":"Vendor No."},"valiStartDtm":{"type":"string","format":"date-time","description":"Valid Period Start Date/Time"},"valiEndDtm":{"type":"string","format":"date-time","description":"Valid Period End Date/Time"},"svrIp":{"type":"string","description":"Server IP"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v1/system/openApiMgmt/updateCertificationKey":{"post":{"tags":["Open API Management"],"summary":"Register/Modify Authentication Key","description":"## Function Description\n* Registers/modifies an authentication key.\n---\n## Detailed Description\n* Authentication key registration/modification is only possible from PO.\n* The vendor number/vendor name is automatically output from the logged-in account's vendor information and cannot be arbitrarily modified.\n* Registration\n  - If there are already 3 authentication keys with a usage status of 'Y', a new authentication key can only be registered with a usage status of 'N'.\n  - Validity Period: Start date is Today (default), End date is Today + 365 days (default)\n  - Server IP: Direct input (only numbers and special characters allowed), IPs separated by comma (,), up to 1000 bytes allowed (input not allowed if exceeded)\n* Modification\n  - A change of usage status from 'N' to 'Y' is not allowed for a vendor that already has 3 authentication keys in use.\n  - An authentication key whose validity period has ended cannot be modified > Cancel/Save buttons hidden, Close button shown\n ---\n## Revision History\n* Release v2.00_240826: New development\n","operationId":"updateCertificationKeyInfo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CertificationKeyUpdateRequest"}}},"required":true},"responses":{"200":{"description":"Success"},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Modify Authentication Key Usage Status

> \## Function Description\
> \* Modifies the authentication key usage status.\
> \---\
> \## Detailed Description\
> \* A change of usage status from N to Y is not allowed for a vendor that already has 3 authentication keys in use.\
> \---\
> \## Revision History\
> \* Release v2.00\_240826: New development<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"CertificationKeyValidationResponse":{"type":"object","description":"Authentication Key List Modification Validation Response","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"certiKey":{"type":"string","description":"Authentication Key"},"useYn":{"type":"string","description":"Usage Status"},"updateYn":{"type":"boolean","description":"Update Availability Status"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v1/system/openApiMgmt/saveOptionList":{"post":{"tags":["Open API Management"],"summary":"Modify Authentication Key Usage Status","description":"## Function Description\n* Modifies the authentication key usage status.\n---\n## Detailed Description\n* A change of usage status from N to Y is not allowed for a vendor that already has 3 authentication keys in use.\n---\n## Revision History\n* Release v2.00_240826: New development\n","operationId":"saveOptionList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CertificationKeyValidationResponse"}}}},"required":true},"responses":{"200":{"description":"Success"},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Register/Modify OpenAPI

> \## Function Description\
> \* Registers and modifies OpenAPI.\
> \---\
> \## Detailed Description\
> \* Modifies the API name, work area, API URL, major version, minor version, and usage status for OpenAPI.\
> \---\
> \## Revision History\
> \* Release v2.00\_240826: New development<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"RealGridCUDRequestStOpenApiInfo":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/StOpenApiInfo"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/StOpenApiInfo"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/StOpenApiInfo"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/StOpenApiInfo"}}}},"StOpenApiInfo":{"type":"object","properties":{"openApiNo":{"type":"string","description":"Open API No."},"mjrVer":{"type":"string","description":"Major Version"},"mnrVer":{"type":"string","description":"Minor Version"},"jobAreaGbCd":{"type":"string","description":"Business Area Type Code (CM036)"},"openApiNm":{"type":"string","description":"Open API Name"},"openApiUrl":{"type":"string","description":"Open API URL"},"useYn":{"type":"string","description":"Usage Status"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v1/system/openApiMgmt/saveOpenApiList":{"post":{"tags":["Open API Management"],"summary":"Register/Modify OpenAPI","description":"## Function Description\n* Registers and modifies OpenAPI.\n---\n## Detailed Description\n* Modifies the API name, work area, API URL, major version, minor version, and usage status for OpenAPI.\n---\n## Revision History\n* Release v2.00_240826: New development\n","operationId":"saveOpenApiList","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealGridCUDRequestStOpenApiInfo"}}},"required":true},"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"type":"string"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Retrieve Whether Authentication Key Usage Status Can Be Modified

> \## Function Description\
> \* Retrieves whether the authentication key usage status can be modified.\
> \---\
> \## Detailed Description\
> \* Retrieves whether the vendor already has 3 authentication keys in use.\
> \* Checks whether there are 3 or fewer authentication keys that are within a valid period and have a usage status of Y.\
> \* Update Possible Status (updateYn): boolean value, true or false\
> \---\
> \## Revision History\
> \* Release v2.00\_240826: New development<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"CertificationKeyResponse":{"type":"object","description":"Authentication Key List Response","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"caloSvrIpAddr":{"type":"string","description":"Server IP"},"certiKey":{"type":"string","description":"Authentication Key"},"issuDt":{"type":"string","description":"Issue Date"},"valiStrDtm":{"type":"string","format":"date-time","description":"Validity Start Date"},"valiEndDtm":{"type":"string","format":"date-time","description":"Validity End Date"},"lastCallDt":{"type":"string","format":"date-time","description":"Last Call Date/Time"},"useYn":{"type":"string","description":"Usage Status"}}},"CertificationKeyValidationResponse":{"type":"object","description":"Authentication Key List Modification Validation Response","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"certiKey":{"type":"string","description":"Authentication Key"},"useYn":{"type":"string","description":"Usage Status"},"updateYn":{"type":"boolean","description":"Update Availability Status"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v1/system/openApiMgmt/getSaveOptionValidationList":{"post":{"tags":["Open API Management"],"summary":"Retrieve Whether Authentication Key Usage Status Can Be Modified","description":"## Function Description\n* Retrieves whether the authentication key usage status can be modified.\n---\n## Detailed Description\n* Retrieves whether the vendor already has 3 authentication keys in use.\n* Checks whether there are 3 or fewer authentication keys that are within a valid period and have a usage status of Y.\n* Update Possible Status (updateYn): boolean value, true or false\n---\n## Revision History\n* Release v2.00_240826: New development\n","operationId":"getSaveOptionValidationList","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CertificationKeyResponse"}}}},"required":true},"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CertificationKeyValidationResponse"}}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Retrieve Authentication Key List

> \## Function Description\
> \* Retrieves the authentication key list.\
> \---\
> \## Detailed Description\
> \* Search Criteria: Issue Date, Validity Period Start Date, Validity Period End Date\
> \* Search Criteria Date: Last 3 Days, Last 7 Days, Last 30 Days (default), All\
> \* Server IP: Direct input (only numbers and special characters allowed), text (Korean, English) input not allowed\
> \---\
> \## Revision History\
> \* Release v2.00\_240826: New development<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"CertificationKeyRequest":{"type":"object","description":"Authentication Key List Request","properties":{"entrNo":{"type":"string","description":"Vendor No."},"termGbCd":{"type":"string","description":"Search Criteria"},"searchStartDt":{"type":"string","format":"date","description":"Search Start Date"},"searchEndDt":{"type":"string","format":"date","description":"Search End Date"},"useYn":{"type":"string","description":"Usage Status"},"certiKey":{"type":"string","description":"Authentication Key"},"svrIp":{"type":"string","description":"Server IP"},"dateSelect":{"type":"string","description":"Search Reference Date"}}},"RealGridListResponseCertificationKeyResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CertificationKeyResponse"}}}},"CertificationKeyResponse":{"type":"object","description":"Authentication Key List Response","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"caloSvrIpAddr":{"type":"string","description":"Server IP"},"certiKey":{"type":"string","description":"Authentication Key"},"issuDt":{"type":"string","description":"Issue Date"},"valiStrDtm":{"type":"string","format":"date-time","description":"Validity Start Date"},"valiEndDtm":{"type":"string","format":"date-time","description":"Validity End Date"},"lastCallDt":{"type":"string","format":"date-time","description":"Last Call Date/Time"},"useYn":{"type":"string","description":"Usage Status"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v1/system/openApiMgmt/getCertificationKeyList":{"post":{"tags":["Open API Management"],"summary":"Retrieve Authentication Key List","description":"## Function Description\n* Retrieves the authentication key list.\n---\n## Detailed Description\n* Search Criteria: Issue Date, Validity Period Start Date, Validity Period End Date\n* Search Criteria Date: Last 3 Days, Last 7 Days, Last 30 Days (default), All\n* Server IP: Direct input (only numbers and special characters allowed), text (Korean, English) input not allowed\n---\n## Revision History\n* Release v2.00_240826: New development\n","operationId":"getCertificationKeyList","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CertificationKeyRequest"}}},"required":true},"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseCertificationKeyResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Retrieve Authentication Key List

> \## Function Description\
> \* Retrieves authentication key information.\
> \---\
> \## Detailed Description\
> \* Retrieves authentication key information (single record).\
> \---\
> \## Revision History\
> \* Release v2.00\_240826: New development<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"CertificationKeyRequest":{"type":"object","description":"Authentication Key List Request","properties":{"entrNo":{"type":"string","description":"Vendor No."},"termGbCd":{"type":"string","description":"Search Criteria"},"searchStartDt":{"type":"string","format":"date","description":"Search Start Date"},"searchEndDt":{"type":"string","format":"date","description":"Search End Date"},"useYn":{"type":"string","description":"Usage Status"},"certiKey":{"type":"string","description":"Authentication Key"},"svrIp":{"type":"string","description":"Server IP"},"dateSelect":{"type":"string","description":"Search Reference Date"}}},"CertificationKeyResponse":{"type":"object","description":"Authentication Key List Response","properties":{"entrNo":{"type":"string","description":"Vendor No."},"entrNm":{"type":"string","description":"Vendor Name"},"caloSvrIpAddr":{"type":"string","description":"Server IP"},"certiKey":{"type":"string","description":"Authentication Key"},"issuDt":{"type":"string","description":"Issue Date"},"valiStrDtm":{"type":"string","format":"date-time","description":"Validity Start Date"},"valiEndDtm":{"type":"string","format":"date-time","description":"Validity End Date"},"lastCallDt":{"type":"string","format":"date-time","description":"Last Call Date/Time"},"useYn":{"type":"string","description":"Usage Status"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v1/system/openApiMgmt/getCertificationKeyInfo":{"post":{"tags":["Open API Management"],"summary":"Retrieve Authentication Key List","description":"## Function Description\n* Retrieves authentication key information.\n---\n## Detailed Description\n* Retrieves authentication key information (single record).\n---\n## Revision History\n* Release v2.00_240826: New development\n","operationId":"getCertificationKeyInfo","parameters":[],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CertificationKeyRequest"}}},"required":true},"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CertificationKeyResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Retrieve Open API List

> \## Function Description\
> \* Retrieves the OpenAPI list matching the registration date/time, major version, business area, usage status, API name, and API URL type passed from the screen.\
> \---\
> \## Detailed Description\
> \* Retrieves the OpenAPI list matching the registration date/time, major version, business area, usage status, API name, and API URL type passed from the screen.\
> \---\
> \## Revision History\
> \* Release v2.00\_240826: New development<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"OpenApiInfoRequest":{"type":"object","description":"Open API List Retrieval DTO","properties":{"rowsPerPage":{"type":"integer","format":"int32","description":"Records per Page","maximum":100},"pageIdx":{"type":"integer","format":"int32","description":"Page","minimum":1},"termGbCd":{"type":"string","description":"Period Type"},"selectTerm":{"type":"string","description":"Recent Period"},"mjrVer":{"type":"string","description":"Major Version"},"jobAreaGbCd":{"type":"string","description":"Business Area Type Code (CM036)"},"useYn":{"type":"string","description":"Usage Status"},"openApiNm":{"type":"string","description":"API Name"},"openApiUrl":{"type":"string","description":"API URL"},"srhStrDate":{"type":"string","format":"date","description":"Start Date"},"srhEndDate":{"type":"string","format":"date","description":"End Date"}}},"OpenApiInfoResponse":{"type":"object","description":"Open API List Retrieval Response DTO","properties":{"totalCnt":{"type":"integer","format":"int32","description":"Total Count"},"jobAreaGbCd":{"type":"string","description":"Business Area Type Code"},"openApiNo":{"type":"string","description":"API No."},"openApiNm":{"type":"string","description":"API Name"},"openApiUrl":{"type":"string","description":"API URL"},"mjrVer":{"type":"string","description":"Major Version"},"mnrVer":{"type":"string","description":"Minor Version"},"useYn":{"type":"string","description":"Usage Status"},"sysRegId":{"type":"string","description":"System Registrant ID"},"sysRegDtm":{"type":"string","format":"date-time","description":"System Registration Date/Time"},"sysModId":{"type":"string","description":"System Modifier ID"},"sysModDtm":{"type":"string","format":"date-time","description":"System Modification Date/Time"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v1/system/openApiMgmt/getOpenApiList":{"get":{"tags":["Open API Management"],"summary":"Retrieve Open API List","description":"## Function Description\n* Retrieves the OpenAPI list matching the registration date/time, major version, business area, usage status, API name, and API URL type passed from the screen.\n---\n## Detailed Description\n* Retrieves the OpenAPI list matching the registration date/time, major version, business area, usage status, API name, and API URL type passed from the screen.\n---\n## Revision History\n* Release v2.00_240826: New development\n","operationId":"getOpenApiList","parameters":[{"name":"openApiInfoRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/OpenApiInfoRequest"}},{"name":"pageIdx","in":"query","description":"Current Page","required":true,"schema":{"type":"String"}},{"name":"rowsPerPage","in":"query","description":"Rows per Page","required":true,"schema":{"type":"String"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/OpenApiInfoResponse"}}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```
