Generate Swift URLSession client from OpenAPI spec
post/api/openapi/swift-urlsession
Request body
openApiSpecstring nullable
Inline OpenAPI spec content (YAML or JSON). Either this or OpenApiSpecUrl is required.
openApiSpecUrlstring nullable
URL to fetch the OpenAPI spec from. Either this or OpenApiSpec is required.
strictValidationboolean nullable
documentationboolean nullable
optionsObjectThresholdinteger nullable
typeMappingsobject nullable
Override the target language type for an OpenAPI primitive/format.
Keys are mapping slugs (int64, decimal, date-time, date) — see TypeMappingRegistry for accepted slug→target combos.
includeTagsstring[] nullable
Only generate operations whose service tag matches one of these values (case-insensitive).