MARC record validation rules - Subfield configuration
Create a local subfield
A local subfield is any field that is not a part of the MARC bib/authority standard as defined by the Library of Congress.
To create a local subfield field, use the POST /specification-storage/fields/{fieldId}/subfields
The POST body must include at minimum: code and label.
Update a subfield
From the GET /specification-storage/specifications/{MARC bib/authority record validation specification id}?include=all, copy the following values in that response for the subfield code you want to update: subfield id, code, repeatable, required
To update the field tag, use PUT /specification-storage/subfields/{subfieldId} and the body should include at minimum these values: code and label.
Delete a subfield code
From the GET /specification-storage/specifications/{MARC bib/authority record validation specification id}?include=all, copy the subfield id
Use endpoint DELETE /specification-storage/subfields/{subfieldId}
MARC record validation rules - Overview and Field Configuration | MARC record validation rules - Indicator configuration