Skip to content

Commit

Permalink
fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
srri committed Nov 8, 2024
1 parent 7d2d158 commit 69a7ce7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions schemas/fingerprint-server-api-for-sdks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ tags:
- name: Related Visitors
description: |
Find visitor IDs that originated from a different browser on the same mobile device.
- name: Event Search
description: |
Using the Server API you can search for events matching one or more filters.
servers:
- url: https://api.fpjs.io
description: Global
Expand All @@ -29,8 +32,6 @@ security:
- ApiKeyHeader: []
- ApiKeyQuery: []
paths:
/events/search:
$ref: 'paths/event-search.yaml'
/events/{request_id}:
$ref: 'paths/events.yaml'
/visitors/{visitor_id}:
Expand All @@ -39,6 +40,8 @@ paths:
$ref: 'paths/webhook.yaml'
/related-visitors:
$ref: './paths/related-visitors.yaml'
/events/search:
$ref: 'paths/event-search.yaml'
components:
securitySchemes:
ApiKeyHeader:
Expand Down
2 changes: 1 addition & 1 deletion schemas/paths/event-search.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
get:
tags:
- Events
- Event Search
operationId: 'getEventSearch'
summary: Get events via search
description: |
Expand Down

0 comments on commit 69a7ce7

Please sign in to comment.