Skip to content

Commit

Permalink
docs: add optional auth to restore endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ansiwen committed May 6, 2024
1 parent a43fd83 commit 67f52f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/nethsm-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1838,6 +1838,9 @@ paths:
multipart/form-data:
schema:
$ref: "#/components/schemas/RestoreRequest"
security:
- {} # for complete restore
- basic: [] # for partial restore
x-annotation-role:
- Public
x-annotation-state:
Expand Down

0 comments on commit 67f52f2

Please sign in to comment.