docs/OrganizationApi.md in purecloudplatformclientv2-34.0.0 vs docs/OrganizationApi.md in purecloudplatformclientv2-35.0.0

- old
+ new

@@ -16,17 +16,23 @@ <a name="get_fieldconfig"></a> ## -[**FieldConfig**](FieldConfig.html) get_fieldconfig(type) + + Fetch field config for an entity type Wraps GET /api/v2/fieldconfig +Requires NO permissions: + + + ### Example ~~~ruby # load the gem require 'purecloudplatformclientv2' # setup authorization @@ -75,17 +81,23 @@ <a name="get_organizations_me"></a> ## -[**Organization**](Organization.html) get_organizations_me + + Get organization. Wraps GET /api/v2/organizations/me +Requires NO permissions: + + + ### Example ~~~ruby # load the gem require 'purecloudplatformclientv2' # setup authorization @@ -128,17 +140,23 @@ <a name="patch_organizations_feature"></a> ## -[**OrganizationFeatures**](OrganizationFeatures.html) patch_organizations_feature(feature_name, enabled) + + Update organization Wraps PATCH /api/v2/organizations/features/{featureName} +Requires ANY permissions: +* admin + + ### Example ~~~ruby # load the gem require 'purecloudplatformclientv2' # setup authorization @@ -190,14 +208,20 @@ <a name="put_organizations_me"></a> ## -[**Organization**](Organization.html) put_organizations_me(opts) + + Update organization. Wraps PUT /api/v2/organizations/me + +Requires ANY permissions: + +* admin ### Example ~~~ruby # load the gem