diff --git a/source/includes/entityref/_category.md b/source/includes/entityref/_category.md index 01b2524..dec4d03 100644 --- a/source/includes/entityref/_category.md +++ b/source/includes/entityref/_category.md @@ -8,8 +8,8 @@ This entity represents a category in which a Candidate or JobOrder can be placed | dateAdded | Timestamp | Date on which record was created in the Bullhorn system. | X | X | | description | String (255) | Free-text description of this category. | X | | | enabled | Boolean | Indicates whether category is available for use in the Bullhorn system. | X | X | -| name | String (100) | Name of the category + PLId (for categories) | X | X | +| name | String (100) | Name of the category. | X | X | | occupation | String (50) | Occupation. | X | | | skills | To-many association | Ids of the Skills associated with this Category. | | | | specialties | To-many association | Ids of the Specialties that are children of this Category. | | | -| type | String (20) | Bill Rate Category, Skills Checklist Category, and so forth. | X | | \ No newline at end of file +| type | String (20) | Bill Rate Category, Skills Checklist Category, and so forth. | X | |