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 /fields
endpoint by adding theids
query param for filtering fields by IDs. - Fixed typo of
richtext
body parameter torich_text
for the following endpoints:POST /fields
PATCH /fields/{id}
POST /fields/{id}/choices
PATCH /fields/{field_id}/choices/{choice_id}