Error Generating API Client from schema
# support
c
When I try to create an api client from your schema it would appear that HandoffStep is missing from #/components/schemas/HandoffStep
v
@Craig Richards I'm here to help! It seems like there might be an issue with the API schema you're working with. If the
HandoffStep
component is missing from the schema, it could be an oversight or an error in the documentation. To resolve this, you may need to refer to the official documentation or reach out to the support team for the updated schema. If you have access to the documentation, please check if the
HandoffStep
is defined elsewhere or if there's an updated version of the API schema available. If you don't have access to the documentation or if the issue persists, please contact support for more detailed assistance. They should be able to provide you with the correct schema or guide you on how to proceed. Would you like me to assist you with anything else regarding the API client creation?
You can continue this conversation by mentioning me in the message.
Got it. Tagging @User for additional help.
c
@User can you confirm that this is missing from the schema and send me an update if you have one.
s
@Craig Richards you can ignore the swagger disclaimer/message.
c
@Shubham Bajaj Just to be clear, I've tried a few api client generators like NSwagStudio to create an API Client for my C# application and they flag the spec as missing some schema definitions like the following. #/components/schemas/HandoffStep
s
@Craig Richards you can try now, the fix has been pushed.
c
Thanks, that resolved the issues.
2 Views