API updates
October 23rd, 2024
- Introduced the
POST /assets/{asset_id}/permissions/{accessor_type}endpoint, letting you grant asset access to users or teams. - Introduced the
POST /folders/{folder_id}/permissions/{accessor_type}endpoint, letting you grant folder access to users or teams. - Updated the
GET /fieldsendpoint by adding theidsquery param for filtering fields by IDs. - Fixed typo of
richtextbody parameter torich_textfor the following endpoints:POST /fieldsPATCH /fields/{id}POST /fields/{id}/choicesPATCH /fields/{field_id}/choices/{choice_id}