v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBExternal IDs
Replace an ID mapping
🔑
Required OAuth scope: externalIds:write.
Replaces an existing external ID mapping with the provided data.
put/api/v2/external-ids/{mappingId}
Path parameters
mappingIdstring ObjectId required
Example:507f1f77bcf86cd799439011
The unique ID that identifies the resources mapping.
Headers
360-api-version'v2.0' required
The version of the API.
Request body
Example request
{
"platform": "external catalog",
"targetId": "507f1f77bcf86cd799439011",
"targetType": "course",
"value": "945628-01"
}Response
Returns the updated external ID mapping.
Example response
{
"platform": "external catalog",
"targetId": "507f1f77bcf86cd799439011",
"targetType": "course",
"value": "945628-01",
"_id": "507f1f77bcf86cd799439011"
}