feat: initial
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
info:
|
||||
name: edit-reminder
|
||||
type: http
|
||||
seq: 3
|
||||
|
||||
http:
|
||||
method: PUT
|
||||
url: "{{baseUrl}}/package-names/:package_name/reminders/:reminder"
|
||||
params:
|
||||
- name: package_name
|
||||
value: com.approagency.ai
|
||||
type: path
|
||||
- name: reminder
|
||||
value: "19"
|
||||
type: path
|
||||
body:
|
||||
type: json
|
||||
data: "{\r
|
||||
|
||||
\ \"time\":\"2025-12-13 18:00:00.000\"\r
|
||||
|
||||
}"
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
Reference in New Issue
Block a user