Files
2026-06-12 20:54:17 +03:30

27 lines
370 B
Plaintext

meta {
name: newest-media
type: http
seq: 11
}
get {
url: {{baseUrl}}/media/newest?per_page=20&page=1
body: none
auth: inherit
}
params:query {
per_page: 20
page: 1
}
settings {
encodeUrl: true
timeout: 0
}
docs {
Newest media, paginated (Laravel paginator: data, total, current_page,
last_page, per_page). Same visibility scope as /media.
}