Update Collection

This API is used to update a collection.

Authentication

LeanX uses Auth Token to authenticate in each request's header.

Auth Token can be retrieved in your portal dashboard under API page.

Request Header

{
    "auth-token": "LP-0D7C06DE-MM|7394e58e-edee-4c42-9ca5-bcbc449f1b9f|2141df4a3cb633d5ce8683bb0c55067e5caebfbe07390dde277dc455bcc95c91723a81b5e565c7c02d68fb84e396722563016bf99e576a4b8cdbe4423fbf226b"
}

Update a Collection

HTTP Method: PUT

https://api.leanx.dev/api/v1/merchant/update-payment-collection

Request Body

{
    "id": 99,
    "title": "TEST COLLECTION 2",
    "description": "collecetion description"
}

Attributes

Property
Type
Description

id*

Number

Your Collection ID

title

String

Title of collection

description

String

Description of collection

Response

Last updated