79331862

Date: 2025-01-06 01:25:11
Score: 1.5
Natty:
Report link

The following payload works!

const sharePointPayload = {
    "__metadata": { "type": "SP.Field" },
    "Title": columnName,
    "FieldTypeKind": 4,       // FieldTypeKind 4 corresponds to the Thumbnail column type
    "TypeAsString": "Thumbnail",
};
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Abid