mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-05-13 13:58:57 +00:00
chore: update api.yml (#1525)
This commit is contained in:
parent
2901a256f4
commit
be02db89f1
1 changed files with 7 additions and 0 deletions
|
|
@ -205,6 +205,13 @@ paths:
|
|||
description: Creates a new access key with a specific identifer
|
||||
tags:
|
||||
- Access Key
|
||||
parameters:
|
||||
- name: id
|
||||
in: path
|
||||
required: true
|
||||
description: The id for which to create an access key
|
||||
schema:
|
||||
type: string
|
||||
requestBody:
|
||||
required: false
|
||||
content:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue