---
title: "Add Resources to a Section in a Skill Plan"
method: POST
path: "/api/v2/skill-plans/{id}/sections/{section-id}/relationships/resources"
tags: ["SkillPlan"]
---

# Add Resources to a Section in a Skill Plan

`POST /api/v2/skill-plans/{id}/sections/{section-id}/relationships/resources`

This endpoint adds resources to a section of an existing Skill Plan. The resources will append to the end of the existing sequence in the order they appear in the array. If all resources are successfully added to the section, a `200 OK` response is returned. Any resources that could not be added will be identified in the response. <br><br><h3>Required Scope</h3>`skill_plans:write`.

## Path parameters

- `id` string, required
- `section-id` string, required

## Request body

- RelationshipsResourcesBody5
  - `data` Apiv2skillplansidsectionssectionidrelationshipsresourcesData[]
    - `type` string — The type of resource. For example, articles, videos, courses, etc.
    - `id` string — The unique ID of the resource.

## Response `200`

Success

---

[API](https://skmtc.dev/degreed/apis/degreed-api-web.md) · [All operations](https://skmtc.dev/degreed/apis/degreed-api-web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/degreed/degreed-api-web/revisions/4a22b709515c/schema)
