updated the course index part
This commit is contained in:
18
One & All/aboutUs/Create Aboutus.bru
Normal file
18
One & All/aboutUs/Create Aboutus.bru
Normal file
@@ -0,0 +1,18 @@
|
||||
meta {
|
||||
name: Create Aboutus
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
post {
|
||||
url: {{baseUrl}}/api/v1/aboutUs/
|
||||
body: multipartForm
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:multipart-form {
|
||||
description:
|
||||
title:
|
||||
image:
|
||||
index:
|
||||
}
|
15
One & All/aboutUs/Delete Aboutus.bru
Normal file
15
One & All/aboutUs/Delete Aboutus.bru
Normal file
@@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: Delete Aboutus
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
delete {
|
||||
url: {{baseUrl}}/api/v1/aboutUs/:id
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
params:path {
|
||||
id:
|
||||
}
|
22
One & All/aboutUs/Edit Aboutus.bru
Normal file
22
One & All/aboutUs/Edit Aboutus.bru
Normal file
@@ -0,0 +1,22 @@
|
||||
meta {
|
||||
name: Edit Aboutus
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
put {
|
||||
url: {{baseUrl}}/api/v1/aboutUs/:id
|
||||
body: multipartForm
|
||||
auth: none
|
||||
}
|
||||
|
||||
params:path {
|
||||
id:
|
||||
}
|
||||
|
||||
body:multipart-form {
|
||||
description:
|
||||
image:
|
||||
title:
|
||||
index:
|
||||
}
|
16
One & All/aboutUs/Read Aboutus List.bru
Normal file
16
One & All/aboutUs/Read Aboutus List.bru
Normal file
@@ -0,0 +1,16 @@
|
||||
meta {
|
||||
name: Read Aboutus List
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{baseUrl}}/api/v1/aboutUs/
|
||||
body: none
|
||||
auth: none
|
||||
}
|
||||
|
||||
params:query {
|
||||
~skip:
|
||||
~limit:
|
||||
}
|
Reference in New Issue
Block a user