28 lines
374 B
Plaintext
28 lines
374 B
Plaintext
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": ""
|
|
}
|
|
}
|