# Update Mainframe Dataset field metadata by ID Endpoint: PUT /mainframe-dataset-field-metadata/{mainframeDatasetFieldMetadataId} Version: 5.1.45 Security: api_key ## Path parameters: - `mainframeDatasetFieldMetadataId` (integer, required) The ID of the Mainframe Dataset field metadata to update ## Request fields (application/json): - `algorithmName` (string) The name of the algorithm assigned to this Mainframe Dataset field. Mainframe Dataset fields that are unmasked should have this property unset, in addition to having 'domainName' unset. If this field is set, then the 'domainName' must also be specified. Example: "FirstNameLookup" - `algorithmFieldId` (integer) The ID number of the algorithm field that is associated with this column. - `algorithmGroupNo` (integer) The group number of algorithm to identify a set of columns associated with one instance of algorithm. - `domainName` (string) The name of the domain assigned to this Mainframe Dataset field. Mainframe Dataset fields that are left unmasked should have this property unset. If the 'domainName' is set, but the 'algorithmName' is unset, then the default algorithm corresponding to the 'domainName' will be used. Example: "FIRST_NAME" - `dateFormat` (string) The date format of the date assigned to this Mainframe Dataset field. - `isProfilerWritable` (boolean) This field indicates whether or not a Mainframe Dataset field (e.g. algorithm or domain assignment) may be modified during the execution of a profile job when there is a profiling match. ## Response 200 fields (application/json): - `mainframeDatasetFieldMetadataId` (integer) The ID number of the Mainframe Dataset field metadata. This field is auto-generated by the Masking Engine. - `mainframeDatasetFormatId` (integer) The ID number of the Mainframe Dataset format that defines this Mainframe Dataset field. - `fieldName` (string) The name of the Mainframe Dataset field, as determined by the associated Mainframe Dataset format. - `algorithmName` (string) The name of the algorithm assigned to this Mainframe Dataset field. Mainframe Dataset fields that are unmasked should have this property unset, in addition to having 'domainName' unset. If this field is set, then the 'domainName' must also be specified. Example: "FirstNameLookup" - `algorithmFieldId` (integer) The ID number of the algorithm field that is associated with this column. - `algorithmGroupNo` (integer) The group number of algorithm to identify a set of columns associated with one instance of algorithm. - `domainName` (string) The name of the domain assigned to this Mainframe Dataset field. Mainframe Dataset fields that are left unmasked should have this property unset. If the 'domainName' is set, but the 'algorithmName' is unset, then the default algorithm corresponding to the 'domainName' will be used. Example: "FIRST_NAME" - `dateFormat` (string) The date format of the date assigned to this Mainframe Dataset field. - `isMasked` (boolean) This field indicates whether or not a Mainframe Dataset field is being masked. This field is assigned by the Masking Engine to true or false based on whether the Mainframe Dataset field is assigned an algorithm and domain. - `isProfilerWritable` (boolean) This field indicates whether or not a Mainframe Dataset field (e.g. algorithm or domain assignment) may be modified during the execution of a profile job when there is a profiling match. - `parentId` (integer) The ID number of the parent field of Mainframe Dataset field. ## Response 400 fields ## Response 403 fields ## Response 404 fields