{
"app_id": 1,
"interface_id": 4,
"path_mappings": [
{
"mock_field": "/new/mock/path",
"description": "新的描述"
}
],
"request_mappings": [
{
"mock_field": "username",
"description": "新的用户名描述"
}
],
"response_mappings": [
{
"mock_field": "token",
"description": "新的token描述"
}
]
}curl --location '/api/admin/app/interfaces/detail' \
--header 'Content-Type: application/json' \
--data '{
"app_id": 1,
"interface_id": 4,
"path_mappings": [
{
"mock_field": "/new/mock/path",
"description": "新的描述"
}
],
"request_mappings": [
{
"mock_field": "username",
"description": "新的用户名描述"
}
],
"response_mappings": [
{
"mock_field": "token",
"description": "新的token描述"
}
]
}'{}