API Updates for June 2023
API Updates
The next Kintone update is on 12th June 2023. The release also includes the following API updates.
Update Summary
The June 2023 update includes a new feature to the Add and Update Form Fields REST APIs.
Kintone REST API
New Features
- The Related Records field's
referenceTable.size
setting (the "Max Records to Display at a Time" setting) can be set to 1 or 3 records with the following APIs:- Relevant API
-
Add Form Fields
(
/k/v1/preview/app/form/fields.json
) -
Update Form Fields
(
/k/v1/preview/app/form/fields.json
)
-
Add Form Fields
(
- Details
- This API additional feature will take effect even if the feature update is disabled in the Kintone Administration's Update Options settings.
- Relevant API