Skip to content

Commit 43a3291

Browse files
committed
Added ClassificationId to GET /sites/:siteId/classifications
1 parent 8f5f95b commit 43a3291

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed

docs/openapi/openapi-iam.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10053,6 +10053,9 @@
1005310053
ClassificationSummary:
1005410054
type: object
1005510055
properties:
10056+
classificationId:
10057+
type: string
10058+
description: Classification Identifier
1005610059
name:
1005710060
description: Name of Classification
1005810061
type: string

docs/openapi/openapi-jwt.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10053,6 +10053,9 @@
1005310053
ClassificationSummary:
1005410054
type: object
1005510055
properties:
10056+
classificationId:
10057+
type: string
10058+
description: Classification Identifier
1005610059
name:
1005710060
description: Name of Classification
1005810061
type: string

docs/openapi/openapi-key.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10053,6 +10053,9 @@
1005310053
ClassificationSummary:
1005410054
type: object
1005510055
properties:
10056+
classificationId:
10057+
type: string
10058+
description: Classification Identifier
1005610059
name:
1005710060
description: Name of Classification
1005810061
type: string

lambda-api-graalvm/src/main/resources/cloudformation/openapi-iam.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10139,6 +10139,9 @@ Resources:
1013910139
ClassificationSummary:
1014010140
type: "object"
1014110141
properties:
10142+
classificationId:
10143+
type: "string"
10144+
description: "Classification Identifier"
1014210145
name:
1014310146
description: "Name of Classification"
1014410147
type: "string"

lambda-api-graalvm/src/main/resources/cloudformation/openapi-jwt.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10139,6 +10139,9 @@ Resources:
1013910139
ClassificationSummary:
1014010140
type: "object"
1014110141
properties:
10142+
classificationId:
10143+
type: "string"
10144+
description: "Classification Identifier"
1014210145
name:
1014310146
description: "Name of Classification"
1014410147
type: "string"

lambda-api-graalvm/src/main/resources/cloudformation/openapi-key.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10139,6 +10139,9 @@ Resources:
1013910139
ClassificationSummary:
1014010140
type: "object"
1014110141
properties:
10142+
classificationId:
10143+
type: "string"
10144+
description: "Classification Identifier"
1014210145
name:
1014310146
description: "Name of Classification"
1014410147
type: "string"

0 commit comments

Comments
 (0)