DocsAPI ReferenceMember/bff/member/permission-templates/update
postMemberAdmin BFF

/bff/member/permission-templates/update

Update a permission template

MemberpostBffMemberPermission-templatesUpdate

Parameters

6 body

6 total
Body · 6
idnumberRequired
namestring
descriptionstring | null
colorstring | null
permissionCodesstring[]
roleCodesstring[]

Request

POST /bff/member/permission-templates/update

post
curl -X POST "https://api.bizkithub.com/bff/member/permission-templates/update" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "id": 0,
  "name": "example_name",
  "permissionCodes": [
    "string"
  ],
  "roleCodes": [
    "string"
  ]
}'

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key