Skip to content
Closed
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
15 changes: 14 additions & 1 deletion content/responses/collaborations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,22 @@ description: |-
A list of collaborations

allOf:
- $ref: "../attributes/pagination.yml"
- properties:
entries:
type: array
items:
$ref: '#/components/schemas/Collaboration'

next_marker:
description: |-
The marker for the start of the next page of results.
example: 3000
type: integer
format: int64

prev_marker:
description: |-
The marker for the start of the previous page of results.
example: 1000
type: integer
format: int64