# Update an activity log type Endpoint: PATCH /v1alpha/activityLogTypes/{activityLogType} Version: v1alpha Security: oauth2_client_credentials, oauth2_authorization_code ## Path parameters: - `activityLogType` (string, required) The activityLogType id. ## Query parameters: - `updateMask.paths` (array) The set of field mask paths. ## Request fields (application/json): - `name` (string) (IDENTIFIER) - `label` (string, required) ## Response 200 fields (application/json): - `name` (string) (IDENTIFIER) - `label` (string, required)