Skip to content

Commit aa239cf

Browse files
author
Andrei Neagu
committed
update specs
1 parent d426f7c commit aa239cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/director-v2/openapi.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2018,7 +2018,8 @@
20182018
"docker_node_id": {
20192019
"anyOf": [
20202020
{
2021-
"type": "string"
2021+
"type": "string",
2022+
"pattern": "^[a-z0-9]$"
20222023
},
20232024
{
20242025
"type": "null"

0 commit comments

Comments
 (0)