Skip to content

Commit 58d23e2

Browse files
author
github-actions
committed
Update openapi.json from REST API workflow 2026-04-30T07:09:52Z
1 parent c7cc449 commit 58d23e2

1 file changed

Lines changed: 8 additions & 10 deletions

File tree

openapi.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1705,14 +1705,14 @@
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",
@@ -1724,12 +1724,12 @@
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
],
@@ -1765,9 +1765,7 @@
17651765
}
17661766
}
17671767
}
1768-
}
1769-
},
1770-
"/api/v2/bounces/regex/{ruleId}": {
1768+
},
17711769
"put": {
17721770
"tags": [
17731771
"bounces"

0 commit comments

Comments
 (0)