Skip to content

Commit 1b6b9de

Browse files
feat(api): api update
1 parent 51d2325 commit 1b6b9de

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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: 1793
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-4c332037b2e3a81eddd5e4a3679c6fed381e622f670e29ba8c253b3025ffcada.yml
3-
openapi_spec_hash: abf5539486b185e473486e76aaa77f1d
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/cloudflare%2Fcloudflare-5e5b26e5cf334f361471217b18dff786f8e79e4b5d43184666a390bfc3869021.yml
3+
openapi_spec_hash: 32d560f182d8fb9c03f555971a0775da
44
config_hash: 04c3e87def66bed3001640fca84ff9c5

dns/zonetransferforceaxfr.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ type ZoneTransferForceAXFRNewResponseEnvelope struct {
6666
Messages []ZoneTransferForceAXFRNewResponseEnvelopeMessages `json:"messages,required"`
6767
// Whether the API call was successful.
6868
Success ZoneTransferForceAXFRNewResponseEnvelopeSuccess `json:"success,required"`
69-
// When force_axfr query parameter is set to true, the response is a simple string
69+
// When force_axfr query parameter is set to true, the response is a simple string.
7070
Result ForceAXFR `json:"result"`
7171
JSON zoneTransferForceAXFRNewResponseEnvelopeJSON `json:"-"`
7272
}

dns/zonetransferoutgoing.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -758,7 +758,7 @@ type ZoneTransferOutgoingDisableResponseEnvelope struct {
758758
Messages []ZoneTransferOutgoingDisableResponseEnvelopeMessages `json:"messages,required"`
759759
// Whether the API call was successful.
760760
Success ZoneTransferOutgoingDisableResponseEnvelopeSuccess `json:"success,required"`
761-
// The zone transfer status of a primary zone
761+
// The zone transfer status of a primary zone.
762762
Result DisableTransfer `json:"result"`
763763
JSON zoneTransferOutgoingDisableResponseEnvelopeJSON `json:"-"`
764764
}
@@ -909,7 +909,7 @@ type ZoneTransferOutgoingEnableResponseEnvelope struct {
909909
Messages []ZoneTransferOutgoingEnableResponseEnvelopeMessages `json:"messages,required"`
910910
// Whether the API call was successful.
911911
Success ZoneTransferOutgoingEnableResponseEnvelopeSuccess `json:"success,required"`
912-
// The zone transfer status of a primary zone
912+
// The zone transfer status of a primary zone.
913913
Result EnableTransfer `json:"result"`
914914
JSON zoneTransferOutgoingEnableResponseEnvelopeJSON `json:"-"`
915915
}
@@ -1060,7 +1060,7 @@ type ZoneTransferOutgoingForceNotifyResponseEnvelope struct {
10601060
// Whether the API call was successful.
10611061
Success ZoneTransferOutgoingForceNotifyResponseEnvelopeSuccess `json:"success,required"`
10621062
// When force_notify query parameter is set to true, the response is a simple
1063-
// string
1063+
// string.
10641064
Result string `json:"result"`
10651065
JSON zoneTransferOutgoingForceNotifyResponseEnvelopeJSON `json:"-"`
10661066
}

dns/zonetransferoutgoingstatus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ type ZoneTransferOutgoingStatusGetResponseEnvelope struct {
5959
Messages []ZoneTransferOutgoingStatusGetResponseEnvelopeMessages `json:"messages,required"`
6060
// Whether the API call was successful.
6161
Success ZoneTransferOutgoingStatusGetResponseEnvelopeSuccess `json:"success,required"`
62-
// The zone transfer status of a primary zone
62+
// The zone transfer status of a primary zone.
6363
Result EnableTransfer `json:"result"`
6464
JSON zoneTransferOutgoingStatusGetResponseEnvelopeJSON `json:"-"`
6565
}

0 commit comments

Comments
 (0)