---
title: "Add course mapping"
method: PUT
path: "/course-mappings/{offeringId}/{externalCourseId}"
tags: ["Course mappings"]
---

# Add course mapping

`PUT /course-mappings/{offeringId}/{externalCourseId}`

Creates a mapping between the offering and the externalCourseId.

## Path parameters

- `offeringId` string, required
- `externalCourseId` string, required

## Response `200`

Course Mapping

- string[]

## Other responses

- `401` — No authorization token was found.
- `403` — You are not allowed to access this resource.
- `404` — Not Found

---

[API](https://skmtc.net/iqualify/apis/iqualify-management-api.md) · [All operations](https://skmtc.net/iqualify/apis/iqualify-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/iqualify/iqualify-management-api/revisions/5ac6843de20a/schema)
