diff --git a/docs/v1.md b/docs/v1.md index 7e5b32bc..351bd068 100644 --- a/docs/v1.md +++ b/docs/v1.md @@ -302,7 +302,7 @@ WebhooksApi | getWebhooks | **GET** /webhooks | Get all Webhooks - **Type**: OAuth - **Flow**: accessCode - **Authorization URL**: https://oauth.pipedrive.com/oauth/authorize -- **Scopes**: +- **Scopes**: - base: Read settings of the authorized user and currencies in an account - deals:read: Read most of the data about deals and related entities - deal fields, products, followers, participants; all notes, files, filters, pipelines, stages, and statistics. Does not include access to activities (except the last and next activity related to a deal) - deals:full: Create, read, update and delete deals, its participants and followers; all files, notes, and filters. It also includes read access to deal fields, pipelines, stages, and statistics. Does not include access to activities (except the last and next activity related to a deal) @@ -327,4 +327,7 @@ WebhooksApi | getWebhooks | **GET** /webhooks | Get all Webhooks - goals:full: Create, read, update and delete goals - video-calls: Allows application to register as a video call integration provider and create conference links - messengers-integration: Allows application to register as a messengers integration provider and allows them to deliver incoming messages and their statuses + - deal-fields:full: Create, read, update and delete deal fields + - product-fields:full: Create, read, update and delete product fields + - contact-fields:full: Create, read, update and delete person and organization fields diff --git a/docs/v2.md b/docs/v2.md index 758410a5..8265d2de 100644 --- a/docs/v2.md +++ b/docs/v2.md @@ -164,7 +164,7 @@ UsersApi | getUserFollowers | **GET** /users/{id}/followers | List followers of - **Type**: OAuth - **Flow**: accessCode - **Authorization URL**: https://oauth.pipedrive.com/oauth/authorize -- **Scopes**: +- **Scopes**: - base: Read settings of the authorized user and currencies in an account - deals:read: Read most of the data about deals and related entities - deal fields, products, followers, participants; all notes, files, filters, pipelines, stages, and statistics. Does not include access to activities (except the last and next activity related to a deal) - deals:full: Create, read, update and delete deals, its participants and followers; all files, notes, and filters. It also includes read access to deal fields, pipelines, stages, and statistics. Does not include access to activities (except the last and next activity related to a deal) @@ -189,4 +189,7 @@ UsersApi | getUserFollowers | **GET** /users/{id}/followers | List followers of - goals:full: Create, read, update and delete goals - video-calls: Allows application to register as a video call integration provider and create conference links - messengers-integration: Allows application to register as a messengers integration provider and allows them to deliver incoming messages and their statuses + - deal-fields:full: Create, read, update and delete deal fields + - product-fields:full: Create, read, update and delete product fields + - contact-fields:full: Create, read, update and delete person and organization fields