Skip to content

Commit afdd9b5

Browse files
author
Sentio Bot
committed
chore: update
1 parent ef2b48d commit afdd9b5

File tree

7 files changed

+11
-10
lines changed

7 files changed

+11
-10
lines changed

doc/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28370,9 +28370,10 @@ <h1>addCoinByGecko</h1>
2837028370
<div class="clearfix"></div>
2837128371
<p></p>
2837228372
<p class="marked">coingecko id the API ID of the coin in coingecko web page.
28373+
2837328374
please AWARE that the coingecko id is NOT the same as the symbol of the coin.
2837428375

28375-
![screenshot](https://github.com/sentioxyz/docs/blob/main/.gitbook/assets/coingecko_apiid.png)</p>
28376+
![screenshot](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/coingecko_apiid.png)</p>
2837628377
<p></p>
2837728378
<br />
2837828379
<pre class="prettyprint language-html prettyprinted" data-type="post"><code><span class="pln">/api/v1/prices/add_coin_by_gecko</span></code></pre>

openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1111,7 +1111,7 @@
11111111
"/api/v1/prices/add_coin_by_gecko": {
11121112
"post": {
11131113
"summary": "AddCoinByGecko adds a coin by its coingecko id.",
1114-
"description": "coingecko id the API ID of the coin in coingecko web page.\nplease AWARE that the coingecko id is NOT the same as the symbol of the coin.\n\n![screenshot](https://github.com/sentioxyz/docs/blob/main/.gitbook/assets/coingecko_apiid.png)",
1114+
"description": "coingecko id the API ID of the coin in coingecko web page.\n\nplease AWARE that the coingecko id is NOT the same as the symbol of the coin.\n\n![screenshot](https://raw.githubusercontent.com/sentioxyz/docs/main/.gitbook/assets/coingecko_apiid.png)",
11151115
"operationId": "AddCoinByGecko",
11161116
"responses": {
11171117
"200": {

src/PriceApi.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/apis/PriceApi.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/types/ObjectParamAPI.ts

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/types/ObservableAPI.ts

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/types/PromiseAPI.ts

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)