MemberpostBffMemberPermission-templatesUpdate
Parameters
6 body
Body · 6
idnumberRequirednamestringdescriptionstring | nullcolorstring | nullpermissionCodesstring[]roleCodesstring[]Request
POST /bff/member/permission-templates/update
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.