Skip to content

Commit

Permalink
docs: add remove pin api request
Browse files Browse the repository at this point in the history
  • Loading branch information
TheComputerM committed Dec 13, 2024
1 parent d6d3bc5 commit f3a3b6f
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 6 deletions.
2 changes: 1 addition & 1 deletion api/Multipartus/Get lecture videos.bru
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
meta {
name: Get lecture videos
type: http
seq: 7
seq: 8
}

get {
Expand Down
2 changes: 1 addition & 1 deletion api/Multipartus/Get lectures.bru
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
meta {
name: Get lectures
type: http
seq: 6
seq: 7
}

get {
Expand Down
2 changes: 1 addition & 1 deletion api/Multipartus/Get session.bru
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
meta {
name: Get session
type: http
seq: 11
seq: 12
}

get {
Expand Down
2 changes: 1 addition & 1 deletion api/Multipartus/Get video chunk.bru
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
meta {
name: Get video chunk
type: http
seq: 10
seq: 11
}

get {
Expand Down
2 changes: 1 addition & 1 deletion api/Multipartus/Get video index.bru
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
meta {
name: Get video index
type: http
seq: 9
seq: 10
}

get {
Expand Down
2 changes: 1 addition & 1 deletion api/Multipartus/Get video key.bru
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
meta {
name: Get video key
type: http
seq: 8
seq: 9
}

get {
Expand Down
18 changes: 18 additions & 0 deletions api/Multipartus/Remove pinned subjects.bru
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
meta {
name: Remove pinned subjects
type: http
seq: 6
}

delete {
url: {{baseUrl}}/impartus/user/subjects
body: json
auth: inherit
}

body:json {
{
"department": "BITS",
"code": "F110"
}
}

0 comments on commit f3a3b6f

Please sign in to comment.