Files
api-approagency/Product/Update Product.yml
T
2026-05-19 13:01:12 +03:30

31 lines
522 B
YAML

info:
name: Update Product
type: http
seq: 2
http:
method: PATCH
url: "{{baseUrl}}/package-names/:name/products/:product_id"
params:
- name: name
value: com.approagency.meditation
type: path
- name: product_id
value: "1"
type: path
body:
type: json
data: |-
{
"title": "اشتراک ماهانه",
"price": 1000,
"type": 4
}
auth: inherit
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5