This message was deleted.
# marvin-in-the-wild
s
This message was deleted.
m
It appears you've encountered an error related to extra fields not being permitted in the request body. Here are a couple of things you can do: 1. Check the request body schema for the Prefect API endpoint you are using. Make sure that every field in your request body is expected by the API and that you are not including any extra or misspelled fields. The error message 'extra fields not permitted' suggests that there may be fields in your request that the API does not recognize. 2. Consult the Prefect documentation and GitHub issues to see if there's any additional context or known issue that resembles the problem you're facing. While I found no direct references in the Prefect documentation for your specific error message, there are general guidelines on handling webhook errors, and issues related to deployment properties in GitHub, which might not be directly related but could offer some insight into the proper configuration of requests. If those steps do not resolve the issue, it may help to share more details about the context in which the error occurs, such as the specific endpoint you're trying to use or the full request body (excluding any sensitive information), for more precise troubleshooting.
b
@Marvin please refer me to the schema
m
Unfortunately, the search did not yield a direct link to the specific API schema documentation you are looking for. Generally, API schema documentation is part of the API reference section of the documentation. If you haven't found the schema details in the Prefect documentation or it's not publicly available, you might consider reaching out to the Prefect community or their support for detailed schema information. In the meantime, here is a general guide on handling webhooks that might help, although it may not be directly related to your issue. I would recommend checking the official Prefect documentation to find the exact schema you need. If you are using Prefect Cloud, you might also find the necessary API schema details within your Prefect Cloud account, under the relevant API section.