The OneSpan Sign Signature Conversion Tools enable users to import signatures into their OneSpan Sign account from image formats such as .bmp, .png, or .jpg.
Rate this Code Share
Downloads
30
Source type
Direct file upload - File will be hosted on developer website

The current OpenAPI schema https://community.onespan.com/sites/default/files/interactive_api_references/tid-api_13022020_0.json contains the following API endpoint which breaks the API client code generation:

  • POST /users/{userID@domain}/deregister-fido-uaf-authenticators

The issue is caused by the reference to Success 200 response which seems to be malformed: 

The current OpenAPI schema https://community.onespan.com/sites/default/files/interactive_api_references/tid-api_13022020_0.json contains the following status codes for responses - 1XX, 2XX, 3XX, 4XX, 5XX for several API endpoints like these:

  • POST /orchestration-commands

  • POST /mobile-commands/**

This breaks the code generators output - see the screenshots attached.