Skip to content

Commit

Permalink
[#IOPID-1111] add UnlockCode to definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
gquadrati committed Nov 16, 2023
1 parent 1f01658 commit 92e7336
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion openapi/definitions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1599,4 +1599,7 @@ PathTraversalSafePathParam:
description:
A non empty string that is safe to be used in an url parameter to avoid path traversal attacks
type: string
pattern: "^[0-9a-zA-Z\\-\\._\\/+]+$"
pattern: "^[0-9a-zA-Z\\-\\._\\/+]+$"
UnlockCode:
type: string
pattern: ^\\d{9}$

0 comments on commit 92e7336

Please sign in to comment.