Skip to content

Commit 0bc5b00

Browse files
feat(api): update via SDK Studio
1 parent db224f1 commit 0bc5b00

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 14
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-b8c3224543bfd828075063a87302ec205b54f8b24658cc869b98aa81d995d855.yml
3-
openapi_spec_hash: 52f5b821303fef54e61bae285f185200
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-ba02d679c34c3af5ea47ec2b1a7387785d831e09f35bebfef9f05538ff380c3b.yml
3+
openapi_spec_hash: 7ddbbe7354f65437d4eb567e8b042552
44
config_hash: a085d1b39ddf0b26ee798501a9f47e20

deployment.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,9 +386,10 @@ func (r *DeploymentFollowResponseAppVersionSummaryEvent) UnmarshalJSON(data []by
386386
return apijson.UnmarshalRoot(data, r)
387387
}
388388

389+
// An action available on the app
389390
type DeploymentFollowResponseAppVersionSummaryEventAction struct {
390391
// Name of the action
391-
Name string `json:"name,required"`
392+
Name string `json:"name"`
392393
// JSON contains metadata for fields, check presence with [respjson.Field.Valid].
393394
JSON struct {
394395
Name respjson.Field

0 commit comments

Comments
 (0)