chore: adtl reference to the create-key endpoint
This commit is contained in:
parent
c4a402f3ff
commit
50f5e92598
|
|
@ -3,11 +3,8 @@ openapi: post /v3/keys
|
|||
---
|
||||
|
||||
<Note>
|
||||
**Self-hosted only.** This endpoint is not available on Honcho Cloud
|
||||
(`api.honcho.dev`) — requests to it return `405 Method Not Allowed`. Create and
|
||||
manage keys for a cloud instance from the
|
||||
[API Keys page](https://app.honcho.dev/api-keys) in the dashboard.
|
||||
|
||||
On a self-hosted instance it requires an admin key, and returns an error when
|
||||
`AUTH_USE_AUTH` is disabled.
|
||||
Requires an admin key. On Honcho Cloud (`api.honcho.dev`) the returned key is a
|
||||
real cloud key on the calling key's instance, attributed to its owner and
|
||||
revocable from the [API Keys page](https://app.honcho.dev/api-keys). On a
|
||||
self-hosted instance it returns an error when `AUTH_USE_AUTH` is disabled.
|
||||
</Note>
|
||||
|
|
|
|||
Loading…
Reference in New Issue