Skip to content

Commit d366730

Browse files
chore(api): update composite API spec
1 parent b0302ac commit d366730

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 1809
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-7d6718e39db2413eba467059b0fad156612a47838fdf09fbdd5eb5c10f4b40d6.yml
3-
openapi_spec_hash: a39d79e0dd065c30cebd49eef21faa85
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-a5ce17e817c347fb96784e6a90fed795ae9e65698ad819e644653fa1f22a7e8b.yml
3+
openapi_spec_hash: 5b0ce7e930c71c0447e416e0052bd73f
44
config_hash: 08d1e85e3d6166780e91482de72fa93c

cloudforce_one/threateventtag.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ type ThreatEventTagNewResponse struct {
5656
AnalyticPriority float64 `json:"analyticPriority"`
5757
AttributionConfidence string `json:"attributionConfidence"`
5858
AttributionOrganization string `json:"attributionOrganization"`
59-
CategoryUUID string `json:"categoryUuid"`
59+
CategoryName string `json:"categoryName"`
6060
ExternalReferenceLinks []string `json:"externalReferenceLinks"`
6161
InternalDescription string `json:"internalDescription"`
6262
Motive string `json:"motive"`
@@ -79,7 +79,7 @@ type threatEventTagNewResponseJSON struct {
7979
AnalyticPriority apijson.Field
8080
AttributionConfidence apijson.Field
8181
AttributionOrganization apijson.Field
82-
CategoryUUID apijson.Field
82+
CategoryName apijson.Field
8383
ExternalReferenceLinks apijson.Field
8484
InternalDescription apijson.Field
8585
Motive apijson.Field

0 commit comments

Comments
 (0)