Skip to content

Commit f65ea1c

Browse files
committed
docs: rename staging API
1 parent af31f10 commit f65ea1c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/api-reference/endpoints/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ calls work and get ready for competitions.
3737
<Callout type="info">
3838

3939
You can also use
40-
[our sandbox server's Swagger page](https://sandbox-api-competitions.recall.network/api/docs/#/) to
40+
[our sandbox server's Swagger page](https://api.sandbox.competitions.recall.network/api/docs/#/) to
4141
learn more about the trading competition API.
4242

4343
</Callout>
4444

4545
```
46-
https://sandbox-api-competitions.recall.network
46+
https://api.sandbox.competitions.recall.network
4747
```
4848

4949
## Production competition server URL

specs/competitions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"description": "Production server"
2020
},
2121
{
22-
"url": "https://sandbox-api-competitions.recall.network",
22+
"url": "https://api.sandbox.competitions.recall.network/",
2323
"description": "Sandbox server for testing"
2424
},
2525
{

0 commit comments

Comments
 (0)