You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "<b>WhatsApp HTTP API</b> that you can run in a click!<br/><a href=\"/dashboard\"><b>📊 Dashboard</b></a><br/><br/>Learn more:<ul><li><a href=\"https://waha.devlike.pro/\" target=\"_blank\">Documentation</a></li><li><a href=\"https://waha.devlike.pro/docs/how-to/engines/#features\" target=\"_blank\">Supported features in engines</a></li><li><a href=\"https://github.com/devlikeapro/waha\" target=\"_blank\">GitHub - WAHA Core</a></li><li><a href=\"https://github.com/devlikeapro/waha-plus\" target=\"_blank\">GitHub - WAHA Plus</a></li></ul><p>Support the project and get WAHA Plus version!</p><ul><li><a href=\"https://waha.devlike.pro/docs/how-to/plus-version/\" target=\"_blank\">WAHA Plus</a></li><li><a href=\"https://patreon.com/wa_http_api/\" target=\"_blank\">Patreon</a></li><li><a href=\"https://boosty.to/wa-http-api/\" target=\"_blank\">Boosty</a></li><li><a href=\"https://portal.devlike.pro/\" target=\"_blank\">Patron Portal</a></li></ul>",
6598
-
"version": "2025.8.2",
6611
+
"version": "2025.9.5",
6599
6612
"contact": {}
6600
6613
},
6601
6614
"tags": [
@@ -6794,6 +6807,27 @@
6794
6807
"server"
6795
6808
]
6796
6809
},
6810
+
"IgnoreConfig": {
6811
+
"type": "object",
6812
+
"properties": {
6813
+
"status": {
6814
+
"type": "boolean",
6815
+
"description": "Ignore a status@broadcast (stories) events"
6816
+
},
6817
+
"groups": {
6818
+
"type": "boolean",
6819
+
"description": "Ignore groups events"
6820
+
},
6821
+
"channels": {
6822
+
"type": "boolean",
6823
+
"description": "Ignore channels events"
6824
+
},
6825
+
"broadcast": {
6826
+
"type": "boolean",
6827
+
"description": "Ignore broadcast events (broadcast list and status)"
6828
+
}
6829
+
}
6830
+
},
6797
6831
"NowebStoreConfig": {
6798
6832
"type": "object",
6799
6833
"properties": {
@@ -6830,6 +6864,16 @@
6830
6864
"markOnline"
6831
6865
]
6832
6866
},
6867
+
"WebjsConfig": {
6868
+
"type": "object",
6869
+
"properties": {
6870
+
"tagsEventsOn": {
6871
+
"type": "boolean",
6872
+
"default": false,
6873
+
"description": "Enable emission of special 'tag:*' engine events required for presence.update and message.ack.\nWARNING: Enabling this may have performance and stability impact. Disabled by default."
6874
+
}
6875
+
}
6876
+
},
6833
6877
"HmacConfiguration": {
6834
6878
"type": "object",
6835
6879
"properties": {
@@ -6952,6 +6996,19 @@
6952
6996
"type": "boolean",
6953
6997
"default": false
6954
6998
},
6999
+
"ignore": {
7000
+
"example": {
7001
+
"status": null,
7002
+
"groups": null,
7003
+
"channels": null
7004
+
},
7005
+
"description": "Ignore some events related to specific chats",
7006
+
"allOf": [
7007
+
{
7008
+
"$ref": "#/components/schemas/IgnoreConfig"
7009
+
}
7010
+
]
7011
+
},
6955
7012
"noweb": {
6956
7013
"example": {
6957
7014
"store": {
@@ -6965,6 +7022,14 @@
6965
7022
}
6966
7023
]
6967
7024
},
7025
+
"webjs": {
7026
+
"description": "WebJS-specific settings.",
7027
+
"allOf": [
7028
+
{
7029
+
"$ref": "#/components/schemas/WebjsConfig"
7030
+
}
7031
+
]
7032
+
},
6968
7033
"webhooks": {
6969
7034
"type": "array",
6970
7035
"items": {
@@ -9703,6 +9768,11 @@
9703
9768
"App": {
9704
9769
"type": "object",
9705
9770
"properties": {
9771
+
"enabled": {
9772
+
"type": "boolean",
9773
+
"default": true,
9774
+
"description": "Enable or disable this app without deleting it. If omitted, treated as enabled (true)."
0 commit comments