Skip to content

Commit e6018bb

Browse files
committed
Use H2 instead of H3 for Auth sub-headings
1 parent 2102d41 commit e6018bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/v2/overview/authentication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SeeClickFix currently supports the following authentication methods for access t
99
1. Token Authentication
1010
1. OAauth2 Authentication
1111

12-
### Token Authentication
12+
## Token Authentication
1313
This method is appropriate for API access. It is a secret that is included as a request header.
1414

1515
Header Format:
@@ -24,7 +24,7 @@ $ curl -i https://seeclickfix.com/api/v2/profile -H "Authorization: Bearer test-
2424
</pre>
2525

2626

27-
### OAuth2 Authentication
27+
## OAuth2 Authentication
2828

2929
This method is appropriate when the client application is being used by multiple users
3030
and the user's credentials should not be shared with the client directly.

0 commit comments

Comments
 (0)