Update custom property values linked to a spot member
Update custom property values linked to a spot member
PUT
/v1/spotMembers/{spotMemberId}/customPropertiesValues/{customPropertySlug}
curl \
--request PUT 'https://openapi.meltingspot.io/v1/spotMembers/{spotMemberId}/customPropertiesValues/{customPropertySlug}' \
--header "Content-Type: application/json" \
--data '{"value":"string"}'
Request examples
{
"value": "string"
}
Response examples (200)
{
"customPropertyId": "string",
"customPropertyLabel": "string",
"customPropertySlug": "string",
"customPropertyDescription": "string",
"customPropertyType": "Text",
"possibleValues": [
"string"
],
"value": "string"
}