Skip to content

Commit

Permalink
Changed prop case
Browse files Browse the repository at this point in the history
  • Loading branch information
satr committed Aug 30, 2024
1 parent 9e7978b commit 9ba18ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/deployments/models/scheduled_batch.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ type ScheduledBatchSummary struct {
// Defines a user defined ID of the batch.
//
// required: false
BatchId string
BatchId string `json:"batchId,omitempty"`

// Created timestamp
//
Expand Down
5 changes: 3 additions & 2 deletions swaggerui/html/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -7465,9 +7465,10 @@
"deploymentName"
],
"properties": {
"BatchId": {
"batchId": {
"description": "Defines a user defined ID of the batch.",
"type": "string"
"type": "string",
"x-go-name": "BatchId"
},
"created": {
"description": "Created timestamp",
Expand Down

0 comments on commit 9ba18ad

Please sign in to comment.