Skip to content

Commit

Permalink
parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
sinamics committed Nov 11, 2023
1 parent 6dcb9cc commit be5fa55
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/ztnet/docs/Rest Api/_source/user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ paths:
- user
summary: Create a new user
operationId: postNewUser
parameters:
- name: x-ztnet-auth
in: header
required: true
schema:
type: string
description: API Key for the user
description: |
If no users have been created yet, no API key is required. Otherwise, an API key must be included in the request header.
Keep in mind that first user created will be the admin user.
Expand Down

0 comments on commit be5fa55

Please sign in to comment.