X-Jicoo-Api-Key: ********************{
"sort": 0,
"priority": 0,
"dailyLimitMinutes": 1,
"weeklyLimitMinutes": 1,
"monthlyLimitMinutes": 1,
"conditions": [
{
"entities": [
{
"entityType": "User",
"entityId": "string"
}
]
}
]
}curl --location --request PATCH '/v1/event_types//host_assign_rules/' \
--header 'X-Jicoo-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"sort": 0,
"priority": 0,
"dailyLimitMinutes": 1,
"weeklyLimitMinutes": 1,
"monthlyLimitMinutes": 1,
"conditions": [
{
"entities": [
{
"entityType": "User",
"entityId": "string"
}
]
}
]
}'{
"data": {
"uid": "AAA",
"sort": 1,
"priority": 2,
"dailyLimitMinutes": null,
"weeklyLimitMinutes": null,
"monthlyLimitMinutes": 10000,
"conditions": [
{
"entities": [
{
"entityType": "User",
"entityId": "XXX"
},
{
"entityType": "User",
"entityId": "YYY"
}
]
}
],
"createdAt": "2025-10-19T01:17:08.227Z",
"updatedAt": "2025-10-19T02:17:08.227Z"
}
}