The type of content
| Field | Type | Required | Description |
|---|---|---|---|
value |
?Components\LmsUpsertContentRequestDtoValue | ➖ | The content type for write operations. Provide one of the listed enum values. If omitted or set to "unmapped_value", the source_value will be sent to the provider instead. |
sourceValue |
string|float|bool|Components\LmsUpsertContentRequestDtoSourceValue4|array|null | ➖ | The provider-specific value to use when value is omitted or set to "unmapped_value". You are responsible for ensuring this matches the provider's expected format. |