feat: add group

This commit is contained in:
2026-06-12 20:54:17 +03:30
parent a8676eafb1
commit 801a2d4236
3 changed files with 29 additions and 2 deletions
+26
View File
@@ -0,0 +1,26 @@
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.
}