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
Copy file name to clipboardExpand all lines: src/content/docs/docs/public-api/api-keys.mdx
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,9 +17,7 @@ API keys are used to authenticate requests to the Capgo API. Each key can have d
17
17
Key modes follow a stepped/gradual schema. If you have a upload key, and then you create an write key, the write key will be able to do everything that the upload key could.
18
18
Please take a look at the following diagram to better understand how API key work.
19
19
20
-
<divclass="mx-auto">
21
-
<imgsrc="/capgo_apikeys_diagram.webp"alt="A diagram explaining how API key work"
22
-
</div>
20
+
<figure><imgstyle="margin-left: auto; margin-right: auto"src="/capgo_apikeys_diagram.webp"alt="A diagram explaining how API key work" /><figcaption></figcaption></figure>
0 commit comments