Skip to content

Commit

Permalink
docs: added documentation for initiate field
Browse files Browse the repository at this point in the history
adds api documentation for the newly added initiate field
on /api/v1/services/ipsec/apply
  • Loading branch information
jaredhendrickson13 committed Sep 23, 2022
1 parent 7eb97a4 commit 41f1934
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6587,6 +6587,15 @@ paths:

_Requires at least one of the following privileges:_ [`page-all`, `page-vpn-ipsec`, `page-vpn-ipsec-editphase1`,
`page-vpn-ipsec-editphase2`, `page-vpn-ipsec-editkeys`, `page-vpn-ipsec-mobile`, `page-vpn-ipsec-settings`]'
requestBody:
content:
application/json:
schema:
properties:
initiate:
description: Initiate all tunnels (phase 1 and 2) with the newly applied configuration.
type: boolean
default: false
responses:
"200":
$ref: '#/components/responses/Success'
Expand Down

0 comments on commit 41f1934

Please sign in to comment.