---
title: "Adds a bookmarked course to Skills_BookmarkedCourses for a user."
method: POST
path: "/skills/bookmark"
tags: ["Skills"]
---

# Adds a bookmarked course to Skills_BookmarkedCourses for a user.

`POST /skills/bookmark`

**Requires permission:** *StaffMember*

## Request body

- PostBookmarkedCourseRequest
  - `id` integer
  - `courseId` string, nullable
  - `bookmarkedBy` string, nullable
  - `bookmarkedAt` string, date-time, nullable

## Response `200`

Success - Added bookmarked course

- PostBookmarkedCourseResponse
  - `id` integer
  - `courseId` string, nullable
  - `bookmarkedBy` string, nullable
  - `bookmarkedAt` string, date-time, nullable

## Other responses

- `400` — An Error Occurred - Could not add bookmarked course
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/tonbridge/apis/tonbridge-app-api.md) · [All operations](https://skmtc.net/tonbridge/apis/tonbridge-app-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tonbridge/tonbridge-app-api/versions/28344aa564b4/schema)
