Update training content (bulk patch)

Updates one or more existing training content items. Only the fields you include in the request are changed — fields you omit remain as they are. Use /trainingContent/externalIdentifier in each item to identify which content row to update.

Returns 200 OK with a success array of updated identifiers and an errors array for any items that could not be found.

Before using this endpoint:

  • Training content items must already exist — create them first using Create training content.
  • Include `/trainingContent/externalIdentifier` in each item to identify the content row to update.
  • Only the fields you provide will be updated (patch semantics). Omitted fields are left unchanged.

Testing notes: Open the Examples panel and select a Request Example to inspect the body parameters.

Path Params
string
required

The provider identifier of the LMS integration.

Body Params

Bulk training content write request. Each element of items is a JSON object whose keys are field IDs under /trainingContent/.

items
array of objects
required
length ≥ 1

Content rows. Maximum count is enforced by the service (default 500).

items*

One training content row. Use /trainingContent/externalIdentifier and /trainingContent/title for create; both are required and non-blank after mapping. Optional fields mirror PartnerContent in the service.

string

External idempotency key for the content row.

string

Title of the training content.

string

Description text.

string
string

Thumbnail image URL.

integer

Duration in seconds.

string

Language code for the training content. To obtain the available language codes, call the Get all company lists Metadata API with languages in the listname path parameter.

string

Optional. The category label (display name) to assign to the training content. If the name matches an existing entry in the Bob's categories list, that category is used. If no match is found, a new category is created automatically. To view existing categories, call the Get all company lists Metadata API with trainingContentCategories in the listname path parameter.

string

Learning goals or outcomes text.

string

Publish date-time (ISO-8601 string as accepted by the mapper).

string

The time the content was last updated on the provider's side (ISO-8601 date-time string). Used for delta sync scenarios to determine whether a content item has changed since the last sync.

string

Free-text description of the intended audience (for example, "All employees" or "Managers").

Responses

403

Forbidden — feature disabled or missing permissions

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json