You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to api-driver.yml the driver can respond to /identifiers/{identifier} only with HTTP codes 200, 400, 410 or 500. The example resolver returns 404 for not found DID.
Add missing valid HTTP response codes to the api-driver.yml
The text was updated successfully, but these errors were encountered:
According to api-driver.yml the driver can respond to
/identifiers/{identifier}
only with HTTP codes 200, 400, 410 or 500. The example resolver returns 404 for not found DID.Add missing valid HTTP response codes to the
api-driver.yml
The text was updated successfully, but these errors were encountered: