Struggling to work with the FDI OpenAPI spec (http...
# support-questions-legacy
c
Struggling to work with the FDI OpenAPI spec (https://app.swaggerhub.com/apis/supertokens/FDI/1.18.0#/EmailPassword%20Recipe/signIn) I'm using code generation to generate client code (https://github.com/apple/swift-openapi-generator) but the presence of the
<tenantId>
in all the paths seems to be causing issues as it appears to be trying to create a URL request and of course
<tenantId>
is invalid string to have in a URL path. Is this syntax allowed in OpenAPI specs, or is this is an issue with the code generator tool not respecting the OpenAPI format?