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: docs/src/open-api-docs.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,17 @@
4
4
5
5
This project uses [utoipa](https://crates.io/crates/utoipa) and [utoipa-swagger-ui](https://crates.io/crates/utoipa-swagger-ui) to provide interactive API documentation.
6
6
7
-
### Accessing the Documentation
7
+
### Accessing and Working With the Documentation
8
+
It is suggested to use the stage instance of Sync and/or Tokenserver when playing with the API,
9
+
though you may also interact with your data in the production instance.
10
+
11
+
Please take care to select the URL for Tokenserver for Tokenserver requests and the Syncstorage URL for Syncstorage requests.
8
12
13
+
The Prod and Stage environments below will be available as a drop-down in the SwaggerUI:
0 commit comments