mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 04:08:40 +00:00
Add code block warning
This commit is contained in:
parent
20d94974fa
commit
ccd158df4f
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ curl "http://example.com/api/kittens/2"
|
|||
|
||||
This endpoint retrieves a specific kitten.
|
||||
|
||||
<aside class="warning">If you're not using an administrator API key, note that some kittens will return 403 Forbidden if they are hidden for admins only.</aside>
|
||||
<aside class="warning">Inside HTML code blocks like this one, you can't use Markdown, so use <code><code></code> blocks to denote code.</aside>
|
||||
|
||||
### HTTP Request
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue