patch
https://api.hibob.com/v1/learning/lms-integrations//training-content
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.
403Forbidden — feature disabled or missing permissions
