updated the course index part
This commit is contained in:
11
One & All/setting/Read Setting.bru
Normal file
11
One & All/setting/Read Setting.bru
Normal file
@@ -0,0 +1,11 @@
|
||||
meta {
|
||||
name: Read Setting
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{baseUrl}}/api/v1/setting/
|
||||
body: none
|
||||
auth: none
|
||||
}
|
27
One & All/setting/Update Setting.bru
Normal file
27
One & All/setting/Update Setting.bru
Normal file
@@ -0,0 +1,27 @@
|
||||
meta {
|
||||
name: Update Setting
|
||||
type: http
|
||||
seq: 2
|
||||
}
|
||||
|
||||
put {
|
||||
url: {{baseUrl}}/api/v1/setting/
|
||||
body: json
|
||||
auth: none
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"address": "",
|
||||
"google_map_api_key": "",
|
||||
"latitude": "",
|
||||
"longitude": "",
|
||||
"phone": "",
|
||||
"email": "",
|
||||
"facebook": "",
|
||||
"instagram": "",
|
||||
"youtube": "",
|
||||
"youtube_link": "",
|
||||
"whatsapp": ""
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user