PUT/program

Update a program

Rename a program.

Required Attributes

program_namestringrequired

New name

Example: "Consumer Wallets"

Request
PUT/program
curl --location 'https://api.ledgr.dev/v1/program' \
--header 'Authorization: {api_key}' \
--header 'Content-Type: application/json' \
--data '{
  "program_name": "Consumer Wallets"
}'
Response

The updated program

{
  "status": "success"
}