PUT
/v1/admin/subscription/menu-templates/{moduleCode}Update subscription menu templates
Not yet documented — no summary in the API source.
Requires
Authorization: Bearer sk_...tenant_idPath parameters
moduleCodestringrequiredRequest body application/json
idstringnullablemoduleCodestringnullabledisplayNamestringnullableiconUrlstringnullableheightstringnullableisExpandedbooleanroutestringnullableisExternalbooleanrequiresFeaturestringnullableorderinteger (int32)isActivebooleanversionstringnullablenamestringnullableexpandedByDefaultbooleanorderinteger (int32)descriptionstringnullabledisplayNamestringnullableiconClassstringnullableroutestringnullablerequiresFeaturestringnullableorderinteger (int32)badgestringnullableisExternalbooleanrequiredPlanstringnullabledescriptionstringnullablecreatedAtstring (date-time)updatedAtstring (date-time)updatedBystringnullableResponses
object ModuleMenuTemplate — same shape as the request body.
curl --request PUT \
--url 'https://api.4comply.io/v1/admin/subscription/menu-templates/example-code' \
--header 'Authorization: Bearer sk_...' \
--header 'tenant_id: your-tenant-id' \
--header 'Content-Type: application/json' \
--data '{
"id": "00000000-0000-0000-0000-000000000000",
"moduleCode": "example-code",
"displayName": "Example name",
"iconUrl": "https://example.com",
"height": "string",
"isExpanded": true,
"route": "string",
"isExternal": true,
"requiresFeature": "string",
"order": 1,
"isActive": true,
"version": "1",
"categories": [
{
"name": "Example name",
"expandedByDefault": true,
"order": 1,
"description": "Example text",
"items": [
{
"displayName": "Example name",
"iconClass": "string",
"route": "string",
"requiresFeature": "string",
"order": 1,
"badge": "string",
"isExternal": true,
"requiredPlan": "string",
"description": "Example text"
}
]
}
],
"createdAt": "2026-09-07T12:00:00Z",
"updatedAt": "2026-09-07T12:00:00Z",
"updatedBy": "string"
}'