@TimK
It sounds like you're encountering a difference between the current documentation interface and the one shown in the tutorial. If the interface has changed and there's no obvious way to edit the properties directly on the page you mentioned, it's possible that the process for editing has been modified or moved to a different section of the platform.
Here's what you can do:
1. **Check for an Edit Button**: Sometimes, documentation pages have an "Edit" button that allows you to modify content. Look for such an option on the page.
2. **Look for Updated Tutorials**: The platform may have updated tutorials that correspond to the new interface. Check their community section, blog, or help center for the latest guides.
3. **Use the API**: If the interface for direct editing is no longer available, you might need to use the API itself to make changes. This would involve sending HTTP requests with the necessary parameters to update the properties you're interested in.
4. **Contact Support**: Reach out to VAPI support for guidance on how to edit properties in the new interface. They can provide you with step-by-step instructions or direct you to the updated resources.
5. **Feedback for Usability**: Since you're planning to create a tutorial for non-coders, it might be helpful to provide feedback to VAPI about the usability issues you've encountered. They might consider this in future updates or provide you with tools to help create your tutorial.
If you're looking to update properties via the API, you would typically send a
PATCH
or
PUT
request to the endpoint with the properties you want to change in the request body. However, without a direct interface, this could be complex for users without coding knowledge.
If you need further assistance with the API or creating your tutorial, please let me know, and I'll do my best to assist you.