# Update custom property values linked to a spot member **PUT /v1/spotMembers/{spotMemberId}/customPropertiesValues/{customPropertySlug}** Update custom property values linked to a spot member ## Servers - https://openapi.meltingspot.io: https://openapi.meltingspot.io () ## Parameters ### Path parameters - **spotMemberId** (string) The id of the spotMember - **customPropertySlug** (string) The slug of the customProperty ### Body: application/json (object) - **value** (string | number | boolean | array[string]) Value of the custom property ## Responses ### 200 Custom property value updated successfully #### Body: application/json (object) - **customPropertyId** (string) The id of the custom property - **customPropertyLabel** (string) The label of the custom property - **customPropertySlug** (string) The slug of the custom property - **customPropertyDescription** (string) The description of the custom property - **customPropertyType** (string) The type of the custom property - **possibleValues** (array[string] | null) The possible values of the custom property - **value** (string | number | boolean | array[string]) The values of the custom property ### 400 Malformed payload ### 401 Unauthorized ### 403 Forbidden ### 404 Custom property not found [Powered by Bump.sh](https://bump.sh)