Skip to content

Commit 21d8b1a

Browse files
committed
add support_id to error model in api-server
1 parent c607e35 commit 21d8b1a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

services/api-server/openapi.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8216,6 +8216,18 @@
82168216
"items": {},
82178217
"type": "array",
82188218
"title": "Errors"
8219+
},
8220+
"support_id": {
8221+
"anyOf": [
8222+
{
8223+
"type": "string",
8224+
"pattern": "OEC:([a-fA-F0-9]{12})-(\\d{13,14})"
8225+
},
8226+
{
8227+
"type": "null"
8228+
}
8229+
],
8230+
"title": "Support Id"
82198231
}
82208232
},
82218233
"type": "object",

0 commit comments

Comments
 (0)