feat: initial
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
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
|
||||
Reference in New Issue
Block a user