rap2_get_interface_by_id
Retrieve detailed API interface specifications by providing the specific interface ID to access complete documentation and implementation details.
Instructions
根据接口 ID 获取接口详情
Input Schema
Name | Required | Description | Default |
---|---|---|---|
interfaceId | Yes | 接口 ID(传入字符串,内部会规范化) |
Input Schema (JSON Schema)
{
"properties": {
"interfaceId": {
"description": "接口 ID(传入字符串,内部会规范化)",
"type": "string"
}
},
"required": [
"interfaceId"
],
"type": "object"
}