File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 17051705 }
17061706 }
17071707 },
1708- "/api/v2/bounces/regex/{regexHash }" : {
1708+ "/api/v2/bounces/regex/{ruleId }" : {
17091709 "get" : {
17101710 "tags" : [
17111711 " bounces"
17121712 ],
1713- "summary" : " Get a bounce regex by its hash " ,
1714- "description" : " 🚧 **Status: Beta** – This method is under development. Avoid using in production. Returns a bounce regex by its hash ." ,
1715- "operationId" : " be73154c156c45440b3b3f47513d8e86 " ,
1713+ "summary" : " Get a bounce regex by its ID " ,
1714+ "description" : " 🚧 **Status: Beta** – This method is under development. Avoid using in production. Returns a bounce regex by its ID ." ,
1715+ "operationId" : " babc8c57b673d026ea5fc6100320d4a6 " ,
17161716 "parameters" : [
17171717 {
17181718 "name" : " php-auth-pw" ,
17241724 }
17251725 },
17261726 {
1727- "name" : " regexHash " ,
1727+ "name" : " ruleId " ,
17281728 "in" : " path" ,
1729- "description" : " Regex hash " ,
1729+ "description" : " Regex ID " ,
17301730 "required" : true ,
17311731 "schema" : {
1732- "type" : " string "
1732+ "type" : " integer "
17331733 }
17341734 }
17351735 ],
17651765 }
17661766 }
17671767 }
1768- }
1769- },
1770- "/api/v2/bounces/regex/{ruleId}" : {
1768+ },
17711769 "put" : {
17721770 "tags" : [
17731771 " bounces"
You can’t perform that action at this time.
0 commit comments