Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 2.8 KB

File metadata and controls

11 lines (7 loc) · 2.8 KB

LmsUpsertContentRequestDtoContentType

The type of content

Fields

Field Type Required Description
Value 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 LmsUpsertContentRequestDtoSourceValueUnion 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.