Skip to content

Commit

Permalink
Remove '/' from v3 URIs
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlgo11 committed Aug 2, 2024
1 parent 9f9f48d commit b64c95d
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions content/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,17 +142,17 @@ One entry for a site that supports 2FA and one that doesn't.

### URIs

| Coverage | Unsigned File | PGP Signed File |
|-----------------------------|------------------------------------------------------|--------------------------------------------------------------|
| All sites | [/v3/all.json][/v3/all.json] | [/v3/all.json.sig][/v3/all.json.sig] |
| All 2FA-supporting sites | [/v3/tfa.json][/v3/tfa.json] | [/v3/tfa.json.sig][/v3/tfa.json.sig] |
| SMS | [/v3/sms.json][/v3/sms.json] | [/v3/sms.json.sig][/v3/sms.json.sig] |
| Phone calls | [/v3/call.json][/v3/call.json] | [/v3/call.json.sig][/v3/call.json.sig] |
| Email 2FA | [/v3/email.json][/v3/email.json] | [/v3/email.json.sig][/v3/email.json.sig] |
| non-U2F hardware 2FA tokens | [/v3/custom-hardware.json][/v3/custom-hardware.json] | [/v3/custom-hardware.json.sig][/v3/custom-hardware.json.sig] |
| U2F hardware tokens | [/v3/u2f.json][/v3/u2f.json] | [/v3/u2f.json.sig][/v3/u2f.json.sig] |
| RFC-6238 (TOTP) | [/v3/totp.json][/v3/totp.json] | [/v3/totp.json.sig][/v3/totp.json.sig] |
| non-RFC-6238 software 2FA | [/v3/custom-software.json][/v3/custom-software.json] | [/v3/custom-software.json.sig][/v3/custom-software.json.sig] |
| Coverage | Unsigned File | PGP Signed File |
|-----------------------------|----------------------------------------------------|------------------------------------------------------------|
| All sites | [v3/all.json][v3/all.json] | [v3/all.json.sig][v3/all.json.sig] |
| All 2FA-supporting sites | [v3/tfa.json][v3/tfa.json] | [v3/tfa.json.sig][v3/tfa.json.sig] |
| SMS | [v3/sms.json][v3/sms.json] | [v3/sms.json.sig][v3/sms.json.sig] |
| Phone calls | [v3/call.json][v3/call.json] | [v3/call.json.sig][v3/call.json.sig] |
| Email 2FA | [v3/email.json][v3/email.json] | [v3/email.json.sig][v3/email.json.sig] |
| non-U2F hardware 2FA tokens | [v3/custom-hardware.json][v3/custom-hardware.json] | [v3/custom-hardware.json.sig][v3/custom-hardware.json.sig] |
| U2F hardware tokens | [v3/u2f.json][v3/u2f.json] | [v3/u2f.json.sig][v3/u2f.json.sig] |
| RFC-6238 (TOTP) | [v3/totp.json][v3/totp.json] | [v3/totp.json.sig][v3/totp.json.sig] |
| non-RFC-6238 software 2FA | [v3/custom-software.json][v3/custom-software.json] | [v3/custom-software.json.sig][v3/custom-software.json.sig] |

### Elements

Expand Down Expand Up @@ -247,24 +247,24 @@ API version 1 is no longer available. Please upgrade to a [supported version](#s
[license]: https://github.com/2factorauth/twofactorauth/blob/master/LICENSE.md
[site_url]: https://2fa.directory/
[repo_url]: https://github.com/2factorauth/
[/v3/all.json]: https://api.2fa.directory/v3/all.json
[/v3/all.json.sig]: https://api.2fa.directory/v3/all.json.sig
[/v3/tfa.json]: https://api.2fa.directory/v3/tfa.json
[/v3/tfa.json.sig]: https://api.2fa.directory/v3/tfa.json.sig
[/v3/sms.json]: https://api.2fa.directory/v3/sms.json
[/v3/sms.json.sig]: https://api.2fa.directory/v3/sms.json.sig
[/v3/call.json]: https://api.2fa.directory/v3/call.json
[/v3/call.json.sig]: https://api.2fa.directory/v3/call.json.sig
[/v3/email.json]: https://api.2fa.directory/v3/email.json
[/v3/email.json.sig]: https://api.2fa.directory/v3/email.json.sig
[/v3/custom-hardware.json]: https://api.2fa.directory/v3/custom-hardware.json
[/v3/custom-hardware.json.sig]: https://api.2fa.directory/v3/custom-hardware.json.sig
[/v3/u2f.json]: https://api.2fa.directory/v3/u2f.json
[/v3/u2f.json.sig]: https://api.2fa.directory/v3/u2f.json.sig
[/v3/totp.json]: https://api.2fa.directory/v3/totp.json
[/v3/totp.json.sig]: https://api.2fa.directory/v3/totp.json.sig
[/v3/custom-software.json]: https://api.2fa.directory/v3/custom-software.json
[/v3/custom-software.json.sig]: https://api.2fa.directory/v3/custom-software.json.sig
[v3/all.json]: https://api.2fa.directory/v3/all.json
[v3/all.json.sig]: https://api.2fa.directory/v3/all.json.sig
[v3/tfa.json]: https://api.2fa.directory/v3/tfa.json
[v3/tfa.json.sig]: https://api.2fa.directory/v3/tfa.json.sig
[v3/sms.json]: https://api.2fa.directory/v3/sms.json
[v3/sms.json.sig]: https://api.2fa.directory/v3/sms.json.sig
[v3/call.json]: https://api.2fa.directory/v3/call.json
[v3/call.json.sig]: https://api.2fa.directory/v3/call.json.sig
[v3/email.json]: https://api.2fa.directory/v3/email.json
[v3/email.json.sig]: https://api.2fa.directory/v3/email.json.sig
[v3/custom-hardware.json]: https://api.2fa.directory/v3/custom-hardware.json
[v3/custom-hardware.json.sig]: https://api.2fa.directory/v3/custom-hardware.json.sig
[v3/u2f.json]: https://api.2fa.directory/v3/u2f.json
[v3/u2f.json.sig]: https://api.2fa.directory/v3/u2f.json.sig
[v3/totp.json]: https://api.2fa.directory/v3/totp.json
[v3/totp.json.sig]: https://api.2fa.directory/v3/totp.json.sig
[v3/custom-software.json]: https://api.2fa.directory/v3/custom-software.json
[v3/custom-software.json.sig]: https://api.2fa.directory/v3/custom-software.json.sig
[v4/all.json]: https://api.2fa.directory/v4/all.json
[v4/all.json.sig]: https://api.2fa.directory/v4/all.json.sig
[v4/sms.json]: https://api.2fa.directory/v4/sms.json
Expand Down

0 comments on commit b64c95d

Please sign in to comment.