v2
latestOpenAPI 3.0.1private2026-07-2667209320.4 KBScan Policies
Update application tech flags
Update Tech Flags
Updates the technology flags for this application.
Adjusting these tech flags alters the behavior of plugins by either conditionally executing or operating differently based on the enabled flags. Optimizing tech flags by excluding unused technologies can speed up scans and reduce false positives.
Additional Information:
- The techFlags map provided must contain keys that exactly match the accepted technology flags. Use the Get application tech flags endpoint to read the current configuration for an application.
- The default value for all flags is true. Setting a flag to false will disable or alter the behavior of related plugins.
Accepted Technology Flags:
| Technology Flags |
|---|
| Db |
| Db.MySQL |
| Db.PostgreSQL |
| Db.Microsoft SQL Server |
| Db.Oracle |
| Db.SQLite |
| Db.Microsoft Access |
| Db.Firebird |
| Db.SAP MaxDB |
| Db.Sybase |
| Db.IBM DB2 |
| Db.HypersonicSQL |
| Db.MongoDB |
| Db.CouchDB |
| Language |
| Language.ASP |
| Language.C |
| Language.Java |
| Language.Java.Spring |
| Language.JavaScript |
| Language.JSP/Servlet |
| Language.PHP |
| Language.Python |
| Language.Ruby |
| Language.XML |
| OS |
| OS.Linux |
| OS.MacOS |
| OS.Windows |
| SCM |
| SCM.Git |
| SCM.SVN |
| WS |
| WS.Apache |
| WS.IIS |
🧾 Audited This is recorded as TECH_FLAG_MODIFIED User Activity.
Requires write:application permission.
put/api/v1/app/{appId}/policy/flags
Path parameters
appIdstring uuid required
UUID identifier for this StackHawk Application.
Request body
object required
Response
OK