---
title: "Update a Specific Live Event"
method: PATCH
path: "/api/v2/content/{id}/relationships/sessions/{session-id}"
tags: ["Content - Live Events"]
---

# Update a Specific Live Event

`PATCH /api/v2/content/{id}/relationships/sessions/{session-id}`

This endpoint updates a live event for a specific course or event.<br><br><h3>Required Scope</h3>`content:write`

## Path parameters

- `id` string, required
- `session-id` string, required

## Request body

- SessionsSessionidBody
  - `data` Apiv2contentidrelationshipssessionssessionidData
    - `attributes` Apiv2contentidrelationshipssessionssessionidDataAttributes
      - `location-type` string — The type of live event location. Can only be 'InPerson', 'Hybrid', or 'Online'.
      - `registration-url` string, nullable — Must be a relative or absolute URI.
      - `location- url` string — Must be a relative or absolute URI. This value is required when 'location-type' is either 'Hybrid' or 'Online'. There is max length of 500 for this value.
      - `location-address` string — This value is required when 'location-type' is either 'Hybrid' or 'InPerson'. There is a max length of 300 for this value.
      - `external-id` string, nullable — The external ID of the live event. The maximum length for this value is 2000 characters.
      - `utc-start-date-time` string, date-time
      - `utc-end-date-time` string, date-time
      - `is-active` boolean
      - `time-zone` string, nullable — This value must be a IANA time zone.

## Response `200`

Success

- InlineResponse2015
  - `data` ListedLiveEventData[]
    - `type` string
    - `id` string
    - `attributes` ListedLiveEventDataAttributes
      - `title` string — The title of the course or event.
      - `location-type` string — The type of live event location. Can only be 'InPerson', 'Hybrid', or 'Online'.
      - `registration-url` string — Must be a relative or absolute URI.
      - `location-url` string — Must be a relative or absolute URI. This value is required when 'location-type' is either 'Hybrid' or 'Online'.
      - `location-address` string — This value is required when 'location-type' is either 'Hybrid' or 'InPerson'.
      - `external-id` string — The external ID of the live event.
      - `utc-start-date-time` string, date-time
      - `utc-end-date-time` string, date-time
      - `created-at` string, date-time
      - `modified-at` string, date-time
      - `is-active` boolean
      - `time-zone` string
      - `content-type` string
    - `links` SelfLink
      - `self` string
    - `relationships` ListedLiveEventDataRelationships[]
      - `content` ListedLiveEventDataContent
        - `data` ListedLiveEventDataContentData
          - `id` string, nullable
          - `type` string, nullable

---

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