Skip to main content
POST
/
package
/
group
/
update
Update group
curl --request POST \
  --url https://demo.onlinebillingform.com/api/v2/package/group/update \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": 123,
  "name": "<string>",
  "type": 123,
  "description": "<string>"
}
'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://www.billingserv.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use Authorization: Bearer <live_api_key>.

Body

id
integer
required
name
string
required
type
integer
required
description
string

Response

OK

success
boolean