Skip to content

Commit 662f7f4

Browse files
committed
Regen docs
1 parent de094ee commit 662f7f4

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

docs/static/generated/rest_v1_dispatcher.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3195,17 +3195,8 @@ components:
31953195
resource:
31963196
$ref: "#/components/schemas/ResourceProfileInfo"
31973197
SlotSharingGroupId:
3198-
type: object
3199-
properties:
3200-
bytes:
3201-
type: string
3202-
format: byte
3203-
lowerPart:
3204-
type: integer
3205-
format: int64
3206-
upperPart:
3207-
type: integer
3208-
format: int64
3198+
pattern: "[0-9a-f]{32}"
3199+
type: string
32093200
StatsSummaryDto:
32103201
type: object
32113202
properties:

docs/static/generated/rest_v1_sql_gateway.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,9 @@ components:
546546
identifier:
547547
type: string
548548
format: uuid
549+
SlotSharingGroupId:
550+
pattern: "[0-9a-f]{32}"
551+
type: string
549552
TriggerId:
550553
pattern: "[0-9a-f]{32}"
551554
type: string

docs/static/generated/rest_v2_sql_gateway.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -620,6 +620,9 @@ components:
620620
identifier:
621621
type: string
622622
format: uuid
623+
SlotSharingGroupId:
624+
pattern: "[0-9a-f]{32}"
625+
type: string
623626
TriggerId:
624627
pattern: "[0-9a-f]{32}"
625628
type: string

docs/static/generated/rest_v3_sql_gateway.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -675,6 +675,9 @@ components:
675675
identifier:
676676
type: string
677677
format: uuid
678+
SlotSharingGroupId:
679+
pattern: "[0-9a-f]{32}"
680+
type: string
678681
TriggerId:
679682
pattern: "[0-9a-f]{32}"
680683
type: string

docs/static/generated/rest_v4_sql_gateway.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -685,6 +685,9 @@ components:
685685
identifier:
686686
type: string
687687
format: uuid
688+
SlotSharingGroupId:
689+
pattern: "[0-9a-f]{32}"
690+
type: string
688691
TriggerId:
689692
pattern: "[0-9a-f]{32}"
690693
type: string

0 commit comments

Comments
 (0)