Skip to content

Commit cfc24c7

Browse files
authored
Merge pull request #25086 from microsoftgraph/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/microsoftgraph/microsoft-graph-docs-contrib (branch main)
2 parents 6956947 + 8695058 commit cfc24c7

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)