Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Add staging
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrajewski committed Sep 9, 2024
1 parent 13e8aa2 commit 0ae5ee6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions catalystwan/endpoints/certificate_management_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ class DeviceCsrGenerationResponse(BaseModel):
class Validity(str, Enum):
VALID = "valid"
INVALID = "invalid"
STAGING = "staging"


class VedgeListValidityPayload(BaseModel):
Expand Down

0 comments on commit 0ae5ee6

Please sign in to comment.