v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Program limits

Update program limit

Update the existing program limit.

Refer to the Program limits guide for more information.

patch/v1/global-configs/program/{programId}

Path parameters

programIdinteger required
Example:123

Program ID

Request body

Example request

{
  "limits": {
    "max_credit_limit": {
      "value": 1000.5,
      "is_active": true
    }
  }
}

Response

Program limits updated successfully