feat: add comment more

This commit is contained in:
2026-05-20 15:53:00 +03:30
parent 3b14752f2f
commit b1dfd144fb
9 changed files with 105 additions and 7 deletions
+21
View File
@@ -0,0 +1,21 @@
meta {
name: delete rating
type: http
seq: 4
}
delete {
url: {{baseUrl}}/ratings/:type/:id
body: none
auth: inherit
}
params:path {
type: music
id: 1
}
settings {
encodeUrl: true
timeout: 0
}
@@ -1,5 +1,5 @@
meta {
name: get all ratings
name: get all rating
type: http
seq: 3
}
@@ -1,20 +1,21 @@
meta {
name: get ratings of user
name: get per user rating
type: http
seq: 2
}
get {
url: {{baseUrl}}/ratings/:music/:id/user
url: {{baseUrl}}/ratings/:type/:id/user
body: none
auth: inherit
}
params:path {
music:
id:
type: media
id: 1
}
settings {
encodeUrl: true
timeout: 0
}
@@ -1,5 +1,5 @@
meta {
name: store | update
name: store | update rating
type: http
seq: 1
}
@@ -11,7 +11,7 @@ post {
}
params:path {
type: music
type: media
id: 1
}