API reference screen
# support
s
Hi, how do I make changes in the API reference? I've watched tutorials of people going to API reference GET assistant and making changes to it and clicking SEND. I don't have any options to do that on mine, what am I missing? I've attached a screen shot of my GET assistant screen. https://cdn.discordapp.com/attachments/1316361276556836904/1316361276867477534/Screenshot_2024-12-11_110926.png?ex=675ac479&is=675972f9&hm=b21fa222ec4f6a51032835920a6d3c86cbe7a7c235c7bea0c5db1417ecc14a79&
v
@Seldarella It seems like you're trying to update an assistant through the VAPI documentation. However, from your description, it sounds like you're looking at the API reference for retrieving an assistant's details (GET request), which is typically read-only and doesn't allow for changes to be made directly. To update an assistant, you would need to use the appropriate API endpoint for updating, which is usually a PUT or PATCH request. In the case of VAPI, you should look for the "Update Assistant" endpoint in the API reference. This endpoint will allow you to send data to update your assistant's configuration. If you're not seeing options to make changes, it could be due to one of the following reasons: 1. You might be looking at the wrong section of the API documentation. 2. The documentation or the API explorer tool you're using might not have the functionality to test API calls directly from the browser. 3. You might not have the necessary permissions or API keys configured to make changes. Please ensure that you're in the correct section of the API documentation for updating an assistant. If you're still having trouble, you might need to use a tool like Postman or write a script to make the API call with the necessary headers and data payload. If you provide the screenshot or more specific details, I could guide you more accurately. If you need further assistance, please ask support for more info on this.
You can continue this conversation by mentioning me in the message.
s
Here is a screenshot of what I see when I click on PATCH Update assistant. I still don't see any options to make any changes. What am I doing wrong? https://cdn.discordapp.com/attachments/1316361276556836904/1316373585622995005/image.png?ex=675acfef&is=67597e6f&hm=4f62887db4cb4621797581f4d4703131946e716cd169aa970509c91c200f970c&
s
@Seldarella you have to click on
Play
button.
13 Views