Skip to content

Commit

Permalink
Deploying to gh-pages from @ 9f5d99b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
violog committed Jun 18, 2024
1 parent 19a60d2 commit ea9e97a
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 0 deletions.
26 changes: 26 additions & 0 deletions openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,19 @@
}
}
},
{
"in": "query",
"name": "filter[name][not]",
"description": "Inverted filter by type name: excludes provided values\n",
"required": false,
"schema": {
"type": "array",
"items": {
"type": "string",
"example": "referral_specific"
}
}
},
{
"in": "query",
"name": "filter[flag]",
Expand Down Expand Up @@ -548,6 +561,19 @@
}
}
},
{
"in": "query",
"name": "filter[meta.static.name][not]",
"description": "Inverted filter by event type name: excludes provided values\n",
"required": false,
"schema": {
"type": "array",
"items": {
"type": "string",
"example": "referral_specific"
}
}
},
{
"in": "query",
"name": "filter[has_expiration]",
Expand Down
20 changes: 20 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,16 @@ paths:
items:
type: string
example: passport_scan
- in: query
name: 'filter[name][not]'
description: |
Inverted filter by type name: excludes provided values
required: false
schema:
type: array
items:
type: string
example: referral_specific
- in: query
name: 'filter[flag]'
description: Filter by configuration flags. Values are disjunctive (OR).
Expand Down Expand Up @@ -364,6 +374,16 @@ paths:
items:
type: string
example: passport_scan
- in: query
name: 'filter[meta.static.name][not]'
description: |
Inverted filter by event type name: excludes provided values
required: false
schema:
type: array
items:
type: string
example: referral_specific
- in: query
name: 'filter[has_expiration]'
description: Filter events by type which has or hasn't expiration.
Expand Down

0 comments on commit ea9e97a

Please sign in to comment.