token: ********************
{
"name": "测试最后修改时间4",
"service_id": "abc@123c",
"service_type": "web",
"order": 0,
"enabled": true,
"enabled_sso": true,
"allowed_attributes": [],
"authorized_torelease_proxy_granting_ticket": false,
"restfuls": [],
"contacts": [],
"white_tags": [],
"black_tags": [],
"multifactor_status": "off"
}
curl --location --request POST 'https://m1.apifoxmock.com/m1/5513456-0-default/openapi/v3/services/detail?id=100085' \
--header 'Content-Type: application/json' \
--header 'token;' \
--data-raw '{
"name": "测试最后修改时间4",
"service_id": "abc@123c",
"service_type": "web",
"order": 0,
"enabled": true,
"enabled_sso": true,
"allowed_attributes": [],
"authorized_torelease_proxy_granting_ticket": false,
"restfuls": [],
"contacts": [],
"white_tags": [],
"black_tags": [],
"multifactor_status": "off"
}'
{
"code": 0,
"data": 0,
"description": "string"
}