Updated the following response fields for the GET v3/events/{id} endpoint:
reference_numberis nowreference_idis_achievedis nowis_archived
Updated the following response fields for the GET v3/events/{id} endpoint:
reference_number is now reference_idis_achieved is now is_archivedIntroduced the POST v3/campaigns endpoint, which lets you create a campaign.
Introduced the GET v3/events/{id} endpoint, which provides details about the specific event.
draft_id query parameter value of latest to get the most recent draft of the asset within the task for the GET /tasks/{task_id}/assets/{asset_id}/drafts/{draft_id}/brand-compliance endpoint.draft_id query parameter value of latest to put the most recent draft of the asset within the task for the PUT /tasks/{task_id}/assets/{asset_id}/drafts/{draft_id}/brand-compliance endpoint.related_resources link in the GET v3/work-requests endpoint response.related_resourceslink in the POST v3/work-requests endpoint response.related_resources link in the GET /work-requests/{id}/related-resources endpoint response.Introduced the GET /work-requests/{id}/related-resources endpoint, letting you get a list of work request-related resources.
campaign_id query param to the GET /assets endpoint, enabling the ability to filter assets by a campaign_id.DELETE /asstes/{asset_id}/permissions/{accessor_type}/{accessor_id} endpoint, allowing the removal of access from an asset.PATCH /folders/{folder_id}/permissions/{accessor_type}/{accessor_id} endpoint, letting you set the access level of a folder.PATCH /assets/{asset_id}/permissions/{accessor_type}/{accessor_id} endpoint, letting you set the access level of an asset.POST /assets/{asset_id}/permissions/{accessor_type} endpoint, letting you grant asset access to users or teams.POST /folders/{folder_id}/permissions/{accessor_type} endpoint, letting you grant folder access to users or teams.GET /fields endpoint by adding the ids query param for filtering fields by IDs.richtext body parameter to rich_text for the following endpoints:
POST /fieldsPATCH /fields/{id}POST /fields/{id}/choicesPATCH /fields/{field_id}/choices/{choice_id}Introduced the DELETE /tasks/{task_id}/fields/{field_id} endpoint, allowing the removal of an existing field from a task.