Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions api/swagger/swagger-v1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8194,6 +8194,15 @@ paths:
required: true
schema:
type: string
- name: user_id
in: query
description:
The user ID of the user making the request. Required for
personalization of related users (e.g. does_current_user_follow)
in the response, and may differ from the path user_id when a
manager is reading a managed user's notifications.
schema:
type: string
- name: timestamp
in: query
description: The timestamp from which to paginate
Expand Down Expand Up @@ -8287,6 +8296,15 @@ paths:
required: true
schema:
type: string
- name: user_id
in: query
description:
The user ID of the user making the request. Required for
personalization of related users (e.g. does_current_user_follow)
in the response, and may differ from the path user_id when a
manager is reading a managed user's playlist updates.
schema:
type: string
responses:
"200":
description: Success
Expand Down
Loading