API Reference JSON Editor gone?
# support
t
v
@TimK It's possible that the front-end interface of the API documentation has been updated since the tutorial was created, which can sometimes lead to differences in appearance and layout. To ensure you're on the correct page and to help you navigate the changes, could you please provide me with more details about the specific properties you're trying to edit? Once I have that information, I can guide you more effectively. If the changes are significant and you're unable to locate the editing options, I would recommend checking for any updated tutorials or reaching out to the support team for the most recent guidance.
You can continue this conversation by mentioning me in the message.
t
I want to edit multiple properties. The thing is I want to follow the tutorial but also I want to make a tutorial myself. For people that have no coding knowledge whatsoever, editing in the old interface would've been really easy. But now, since there are only explanations on what the properties are but no way to edit them (or is there still a way?) it is really hard and complicated and not really feasable. This is the URL I'm talking about: https://docs.vapi.ai/api-reference/calls/create
v
@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.
s
Hey @TimK we have changed our docs provider, you have to click on
Play
to use APIs.
t
Thanks for your answer!