We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Oct 27, 2021 2:10 PM
Hello Community, I have an Enterprise account.
I have created a "Service" schema, in which at the beginning I configured the requiredProperties field with 2 properties "Llamada_de_servicio" and "placa".
But when I use the endPoint Update a schema I only put "Llamada_de_servicio" and when I send the PATCH method, I get an output that still has the same properties.
How can I remove the "placa" property from the requiredProperties?
Thank you very much.
Oct 28, 2021 11:23 AM
You should just need to put in the property that you want required and omit the other. In testing, I do notice that it takes a few seconds to update when I do a get request.
Try doing the request in postman or an equivelant to see if it persists
Oct 28, 2021 11:42 AM - edited Oct 28, 2021 11:43 AM
Hi @dennisedson, I made the query by postman (GET) and the "placa" is still appearing.
The procedure was to use the endpoint to update the schema to place the "Llamada_de_servicio" and when I made the query the "placa" still appears (yesterday), today I consulted again to obtain the schema and the "placa" is still displayed.