docs/CoachingApi.md in purecloudplatformclientv2-93.0.0 vs docs/CoachingApi.md in purecloudplatformclientv2-94.0.0
- old
+ new
@@ -38,11 +38,11 @@
Wraps DELETE /api/v2/coaching/appointments/{appointmentId}
Requires ANY permissions:
-* COACHING:APPOINTMENT:DELETE
+* coaching:appointment:delete
### Example
```{"language":"ruby"}
# load the gem
@@ -103,12 +103,12 @@
Wraps DELETE /api/v2/coaching/appointments/{appointmentId}/annotations/{annotationId}
Requires ANY permissions:
-* COACHING:ANNOTATION:DELETE
-* COACHING:PRIVATEANNOTATION:DELETE
+* coaching:annotation:delete
+* coaching:privateAnnotation:delete
### Example
```{"language":"ruby"}
# load the gem
@@ -171,11 +171,11 @@
Wraps GET /api/v2/coaching/appointments/{appointmentId}
Requires ANY permissions:
-* COACHING:APPOINTMENT:VIEW
+* coaching:appointment:view
### Example
```{"language":"ruby"}
# load the gem
@@ -236,12 +236,12 @@
Wraps GET /api/v2/coaching/appointments/{appointmentId}/annotations/{annotationId}
Requires ANY permissions:
-* COACHING:ANNOTATION:VIEW
-* COACHING:PRIVATEANNOTATION:VIEW
+* coaching:annotation:view
+* coaching:privateAnnotation:view
### Example
```{"language":"ruby"}
# load the gem
@@ -305,12 +305,12 @@
Wraps GET /api/v2/coaching/appointments/{appointmentId}/annotations
Requires ANY permissions:
-* COACHING:ANNOTATION:VIEW
-* COACHING:PRIVATEANNOTATION:VIEW
+* coaching:annotation:view
+* coaching:privateAnnotation:view
### Example
```{"language":"ruby"}
# load the gem
@@ -377,11 +377,11 @@
Wraps GET /api/v2/coaching/appointments/{appointmentId}/statuses
Requires ANY permissions:
-* COACHING:APPOINTMENTSTATUS:VIEW
+* coaching:appointmentStatus:view
### Example
```{"language":"ruby"}
# load the gem
@@ -448,11 +448,11 @@
Wraps GET /api/v2/coaching/appointments
Requires ANY permissions:
-* COACHING:APPOINTMENT:VIEW
+* coaching:appointment:view
### Example
```{"language":"ruby"}
# load the gem
@@ -602,11 +602,11 @@
Wraps GET /api/v2/coaching/notifications/{notificationId}
Requires ANY permissions:
-* COACHING:NOTIFICATION:VIEW
+* coaching:notification:view
### Example
```{"language":"ruby"}
# load the gem
@@ -734,11 +734,11 @@
Wraps PATCH /api/v2/coaching/appointments/{appointmentId}
Requires ANY permissions:
-* COACHING:APPOINTMENT:EDIT
+* coaching:appointment:edit
### Example
```{"language":"ruby"}
# load the gem
@@ -802,12 +802,12 @@
Wraps PATCH /api/v2/coaching/appointments/{appointmentId}/annotations/{annotationId}
Requires ANY permissions:
-* COACHING:ANNOTATION:EDIT
-* COACHING:PRIVATEANNOTATION:EDIT
+* coaching:annotation:edit
+* coaching:privateAnnotation:edit
### Example
```{"language":"ruby"}
# load the gem
@@ -874,11 +874,11 @@
Wraps PATCH /api/v2/coaching/appointments/{appointmentId}/status
Requires ANY permissions:
-* COACHING:APPOINTMENTSTATUS:EDIT
+* coaching:appointmentStatus:edit
### Example
```{"language":"ruby"}
# load the gem
@@ -1009,12 +1009,12 @@
Wraps POST /api/v2/coaching/appointments/{appointmentId}/annotations
Requires ANY permissions:
-* COACHING:ANNOTATION:ADD
-* COACHING:PRIVATEANNOTATION:ADD
+* coaching:annotation:add
+* coaching:privateAnnotation:add
### Example
```{"language":"ruby"}
# load the gem
@@ -1078,10 +1078,10 @@
Wraps POST /api/v2/coaching/appointments
Requires ANY permissions:
-* COACHING:APPOINTMENT:ADD
+* coaching:appointment:add
### Example
```{"language":"ruby"}
# load the gem