Skip to content
This repository was archived by the owner on Sep 2, 2024. It is now read-only.

Commit 8e07ca1

Browse files
committed
Update config.py
1 parent 9f7c632 commit 8e07ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

staticbackend/config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class Config(BaseModel):
77
"""Configure staticbackend."""
88

9-
api_token: str = Field(..., title="API Token for StaticBackend")
9+
api_token: str = Field(..., title="SB Public Token for StaticBackend")
1010
root_token: str = Field(..., title="Root Token for StaticBackend")
1111
endpoint: HttpUrl = Field(
1212
default="https://na1.staticbackend.com", title="StaticBackend API endpoint"

0 commit comments

Comments
 (0)