Company Fields Documentation: Clarified that company custom fields can be assigned to other item types (features, components, etc.) through the Productboard UI. Updated documentation to explain that changes to field properties propagate across all item types, and deletion removes the field from all item types permanently.
Company Custom Field Values: The value field for number custom fields on PUT /companies/{companyId}/custom-fields/{customFieldId}/value now enforces a range of -9999999999.99 to 9999999999.99. Decimal values are rounded to 2 decimal points.
Company Custom Field Values: The type field in the request body for PUT /companies/{companyId}/custom-fields/{customFieldId}/value must now match the company custom field definition type. If the provided type does not match, a 400 Bad Request error is returned with error code validation.request.body.schema.typeMismatch.