- Move all files from bruno-yaml/* to bruno/* - Maintains existing directory structure within categories - Updates bruno/user/auth files with OAuth2 refresh token flow - Updates bruno/user/profile files for user profile management - Adds bruno/dashboard/ directory with dashboard API tests - Preserves all existing test scenarios and OpenCollection YAML format - No functional changes - file reorganization only
27 lines
792 B
YAML
27 lines
792 B
YAML
info:
|
|
name: Sync Markup - URL Path Token
|
|
type: http
|
|
seq: 1
|
|
http:
|
|
method: POST
|
|
url: '{{base_url}}/sync/kobo/{{kobo_device_token}}/markup'
|
|
auth: none
|
|
body:
|
|
type: json
|
|
jsonBody: "{\n \"ReadingSync\": [\n {\n \"ContentId\": \"book-uuid\"\
|
|
,\n \"PercentRead\": 45.6,\n \"EntitlementId\": \"entitlement-id\"\
|
|
,\n \"RemainingTimeMinutes\": 120,\n \"FirstReadTime\": \"2026-01-25T10:00:00Z\"\
|
|
,\n \"LastModified\": \"2026-01-30T20:00:00Z\""
|
|
headers:
|
|
- key: Content-Type
|
|
value: application/json
|
|
|
|
docs: |-
|
|
## Sync Reading Progress - URL Path Token
|
|
|
|
Synchronizes reading progress from Kobo device using token in URL path.
|
|
|
|
**Method:** POST
|
|
|
|
**Endpoint:** /sync/kobo/{kobo_device_token
|