concat host and path for search and add a status filter

This commit is contained in:
pascal
2026-02-11 17:54:29 +01:00
parent 9dba262a20
commit e020950cfd
3 changed files with 21 additions and 2 deletions

View File

@@ -6430,6 +6430,12 @@ paths:
type: string
enum: [GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS]
description: Filter by HTTP method
- in: query
name: status
schema:
type: string
enum: [success, failed]
description: Filter by status (success = 2xx/3xx, failed = 1xx/4xx/5xx)
- in: query
name: status_code
schema: