Skip to content

Commit

Permalink
add state to response
Browse files Browse the repository at this point in the history
  • Loading branch information
jasontwong committed May 6, 2024
1 parent ca356a4 commit 425252d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/openapi/peridio-admin-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4564,6 +4564,11 @@ components:
type: string
format: date-time
description: The point in time at which the tunnel's TTL will expire and the tunnel will automatically move to the `closed` state.
state:
enum:
- "requested"
- "open"
- "closed"
prn:
$ref: "#/components/schemas/tunnel-prn"
tunnel-prn:
Expand Down

0 comments on commit 425252d

Please sign in to comment.