Fix rendering of access token in API docs
This commit is contained in:
parent
3a2d1512ab
commit
436e8b069d
1 changed files with 1 additions and 1 deletions
|
@ -292,7 +292,7 @@ export default class API extends Component {
|
||||||
<strong>{t('example')}</strong>
|
<strong>{t('example')}</strong>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre>curl -XPOST '{getUrl(`api/blacklist/add?access_token={accessToken}`)}' \<br/>
|
<pre>curl -XPOST '{getUrl(`api/blacklist/add?access_token=${accessToken}`)}' \<br/>
|
||||||
--data 'EMAIL=test@example.com&'</pre>
|
--data 'EMAIL=test@example.com&'</pre>
|
||||||
|
|
||||||
<h4>POST /api/blacklist/delete – {t('deleteEmailFromBlacklist')}</h4>
|
<h4>POST /api/blacklist/delete – {t('deleteEmailFromBlacklist')}</h4>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue