36 lines
597 B
YAML
36 lines
597 B
YAML
info:
|
|
name: Update Reminders
|
|
type: http
|
|
seq: 3
|
|
|
|
http:
|
|
method: PATCH
|
|
url: "{{baseUrl}}/reminders/:reminder"
|
|
headers:
|
|
- name: Content-Type
|
|
value: application/json
|
|
- name: Accept
|
|
value: application/json
|
|
params:
|
|
- name: reminder
|
|
value: "27"
|
|
type: path
|
|
body:
|
|
type: json
|
|
data: "{\r
|
|
|
|
\ \"package_name\":\"com.approagency.meditation\",\r
|
|
|
|
\ \"time\":\"2025-12-16 15:35:25.253\",\r
|
|
|
|
\ \"type\":\"reminder\"\r
|
|
|
|
}"
|
|
auth: inherit
|
|
|
|
settings:
|
|
encodeUrl: true
|
|
timeout: 0
|
|
followRedirects: true
|
|
maxRedirects: 5
|