We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3319cde commit a802ea9Copy full SHA for a802ea9
protocol/http/devices/get.v1.ex
@@ -4,4 +4,4 @@ name "get_device"
4
endpoint "/device/:uuid"
5
verb "get"
6
7
-attribute :uuid, :string, format: ~r/\Ad{5}\-d{5}\-d{5}\-d{5}\-d{5}\z/
+attribute :uuid, :string, format: ~r/\A\d{5}\-\d{5}\-\d{5}\-\d{5}\-\d{5}\z/
0 commit comments