Skip to content

Commit c09b286

Browse files
authored
Fix missing single quotes for external ID lookup in learningcourseactivity-get.md
1 parent c1f93e2 commit c09b286

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-reference/v1.0/api/learningcourseactivity-get.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To get a specific learning course activity based on its **externalCourseActivity
3838
}
3939
-->
4040
``` http
41-
GET /employeeExperience/learningProviders/{registrationId}/learningCourseActivities(externalCourseActivityId={externalCourseActivityId})
41+
GET /employeeExperience/learningProviders/{registrationId}/learningCourseActivities(externalCourseActivityId='{externalCourseActivityId}')
4242
```
4343

4444
To get the details of a learning course activity for a user:
@@ -190,7 +190,7 @@ The following example shows a request to get the details of a learning course ac
190190
}-->
191191

192192
``` http
193-
GET https://graph.microsoft.com/v1.0/employeeExperience/learningProviders/01e8f81b-3060-4dec-acf0-0389665a0a38/learningCourseActivities(externalCourseActivityId=12a2228a-e020-11ec-9d64-0242ac120002)
193+
GET https://graph.microsoft.com/v1.0/employeeExperience/learningProviders/01e8f81b-3060-4dec-acf0-0389665a0a38/learningCourseActivities(externalCourseActivityId='12a2228a-e020-11ec-9d64-0242ac120002')
194194
```
195195

196196
# [C#](#tab/csharp)

0 commit comments

Comments
 (0)