curl --request POST \
--url 'https://api.flashcat.cloud/preference/info?app_key='{
"error": {
"code": "<string>",
"message": "<string>"
},
"data": {
"person_id": 123,
"trigger_notify": {
"critical": [
"email"
],
"warning": [
"email"
],
"info": [
"email"
]
},
"shedule_shift_notify": {
"personal_channels": [
"<string>"
]
},
"status_page_notify": {
"im_integrations": [
"<string>"
]
}
}
}curl --request POST \
--url 'https://api.flashcat.cloud/preference/info?app_key='{
"error": {
"code": "<string>",
"message": "<string>"
},
"data": {
"person_id": 123,
"trigger_notify": {
"critical": [
"email"
],
"warning": [
"email"
],
"info": [
"email"
]
},
"shedule_shift_notify": {
"personal_channels": [
"<string>"
]
},
"status_page_notify": {
"im_integrations": [
"<string>"
]
}
}
}此页面对您有帮助吗?