Slackbot
12/29/2023, 10:29 PMOleg Nenashev
12/30/2023, 9:46 AMTom
01/02/2024, 10:21 AM{
"request": {
"method": "POST",
"urlPath": "/data",
"bodyPatterns": [
{
"or": [
{
"matchesJsonPath": {
"expression": "$.restrictions.size()",
"or": [
{
"matches": "0"
},
{
"matches": "1"
},
{
"matches": "2"
}
]
}
},
{
"matchesJsonPath": {
"expression": "$.restrictions",
"absent": true
}
}
]
}
]
},
"response": {
"status": 200,
"body": "\nOK\n"
}
}
Andrew Ripley
01/02/2024, 7:52 PMAndrew Ripley
01/02/2024, 7:53 PMTom
01/02/2024, 8:02 PMAndrew Ripley
01/02/2024, 8:27 PM