Skip to content

Commit

Permalink
PPTT-4276 Tracker HTTP API update
Browse files Browse the repository at this point in the history
  • Loading branch information
wronan committed Jul 30, 2023
1 parent 7b784ff commit 849c22b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions data_collection/api/tracking_api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ paths:
parameters:
- name: idsite
in: query
description: Application ID (previously Website ID).
required: true
description: |
**Recommended** Application ID (previously Website ID).
*IMPORTANT*: Requests should contain `idsite` parameter with actual UUID of one of your apps, otherwise they won't appear in reports.
schema:
type: string
format: UUID
minLength: 32
maxLength: 32
minLength: 36
maxLength: 36
example: 892d04bd-6e2b-4914-bfb4-bac721b37235
- name: rec
in: query
Expand Down

0 comments on commit 849c22b

Please sign in to comment.