The type of content
| Field | Type | Required | Description |
|---|---|---|---|
value |
JsonNullable<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 |
JsonNullable<LmsUpsertContentRequestDtoSourceValue> | ➖ | 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. |